#ABF1E4

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

Shades of Water Leaf #ABF1E4

Tints of Water Leaf #ABF1E4

Color information

#ABF1E4 (or 0xABF1E4) is unknown color: approx Water Leaf. HEX triplet: AB, F1 and E4. RGB value is (171,241,228). Sum of RGB (Red+Green+Blue) = 171+241+228=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1E4 is #540E1B. Grayscale: #DADADA. Windows color (decimal): -5508636 or 15004075. OLE color: 15004075.

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

Color convert

RGB171241228-
CMYK0.2900.050.05
HSL168.86º71.43%80.78%-
HSV(B)168.86º29.05%94.51%-
XYZ62.2577.1785.01-
YUV218.59133.3194.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=26.72%
G=37.66%
B=35.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412280.2900.050.05168.8671.4380.78
HexABF1E41D055a94751
Octal25336134435055251107121
Binary1010101111110001111001001110101011011010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1E4; }

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

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

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

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

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

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

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

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