#ABF3E4

Color #ABF3E4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ABF3E4

Tints of Water Leaf #ABF3E4

Color information

#ABF3E4 (or 0xABF3E4) is unknown color: approx Water Leaf. HEX triplet: AB, F3 and E4. RGB value is (171,243,228). Sum of RGB (Red+Green+Blue) = 171+243+228=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF3E4 is #540C1B. Grayscale: #DBDBDB. Windows color (decimal): -5508124 or 15004587. OLE color: 15004587.

HSL color Cylindrical-coordinate representation of color #ABF3E4: hue angle of 167.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3E4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB171243228-
CMYK0.3000.060.05
HSL167.5º75%81.18%-
HSV(B)167.5º29.63%95.29%-
XYZ62.8578.3685.21-
YUV219.76132.6593.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=26.64%
G=37.85%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712432280.3000.060.05167.57581.18
HexABF3E41E065a84b51
Octal25336334436065250113121
Binary1010101111110011111001001111001101011010100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF3E4; }

 p { color: rgb(171,243,228); }

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

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

 a { background-color: rgb(171,243,228); }

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

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

 span { border-color: rgb(171,243,228); }

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