#A5EBBE

Color #A5EBBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A5EBBE

Tints of Fringy Flower #A5EBBE

Color information

#A5EBBE (or 0xA5EBBE) is unknown color: approx Fringy Flower. HEX triplet: A5, EB and BE. RGB value is (165,235,190). Sum of RGB (Red+Green+Blue) = 165+235+190=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBBE is #5A1441. Grayscale: #D1D1D1. Windows color (decimal): -5903426 or 12512165. OLE color: 12512165.

HSL color Cylindrical-coordinate representation of color #A5EBBE: hue angle of 141.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBBE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB165235190-
CMYK0.3000.190.08
HSL141.43º63.64%78.43%-
HSV(B)141.43º29.79%92.16%-
XYZ54.5271.1359.57-
YUV208.94117.3196.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=27.97%
G=39.83%
B=32.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351900.3000.190.08141.4363.6478.43
HexA5EBBE1E01388d404e
Octal2453532763602310215100116
Binary1010010111101011101111101111001001110001000110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBBE; }

 p { color: rgb(165,235,190); }

 H1.HeaderClassName
 {
   color: #A5EBBE;
 }
 .AnyTagClassName
 {
   color: #A5EBBE;
 }
</style>
background-color css

<style>
 a { background-color: #A5EBBE; }

 a { background-color: rgb(165,235,190); }

 div.DivClassName
 {
   background-color: #A5EBBE;
 }
 .BgClassName
 {
   background-color: #A5EBBE;
 }
</style>
border-color css

<style>
 span { border-color: #A5EBBE; }

 span { border-color: rgb(165,235,190); }

 td.TdClassName
 {
   border-color: #A5EBBE;
 }
 .TagClassName
 {
   border-color: #A5EBBE;
 }
</style>