#ABF1E5

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

Shades of Water Leaf #ABF1E5

Tints of Water Leaf #ABF1E5

Color information

#ABF1E5 (or 0xABF1E5) is unknown color: approx Water Leaf. HEX triplet: AB, F1 and E5. RGB value is (171,241,229). Sum of RGB (Red+Green+Blue) = 171+241+229=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1E5 is #540E1A. Grayscale: #DADADA. Windows color (decimal): -5508635 or 15069611. OLE color: 15069611.

HSL color Cylindrical-coordinate representation of color #ABF1E5: hue angle of 169.71º 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 #ABF1E5 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB171241229-
CMYK0.2900.050.05
HSL169.71º71.43%80.78%-
HSV(B)169.71º29.05%94.51%-
XYZ62.3977.2385.75-
YUV218.7133.8193.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=26.68%
G=37.60%
B=35.73%

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
Decimal1712412290.2900.050.05169.7171.4380.78
HexABF1E51D055aa4751
Octal25336134535055252107121
Binary1010101111110001111001011110101011011010101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1E5; }

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

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

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

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

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

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

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

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