Html Css Color HEX #ABFEE2 Water Leaf

📋 copy color: '#ABFEE2'

red 171 ◦ green 254 ◦ blue 226

#ABFEE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ABFEE2

Tints of Water Leaf #ABFEE2

RGB

 RED value IS 171 (67.19% from 255) = 26.27%

 GREEN value IS 254 (99.61% from 255) = 39.02%

 BLUE value IS 226 (88.67% from 255) = 34.72%

R = 26.27%
G = 39.02%
B = 34.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#ABFEE2 (or 0xABFEE2) is known color: Water Leaf. HEX triplet: AB, FE and E2. RGB value is (171,254,226). Sum of RGB (Red+Green+Blue) = 171+254+226=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE2 is #54011D. Grayscale: #E2E2E2. Windows color (decimal): -5505310 or 14876331. OLE color: 14876331.

HSL color Cylindrical-coordinate representation of color #ABFEE2: hue angle of 159.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEE2 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 226 -
CMYK 0.33 0 0.11 0.00
HSL 159.76º 0.98% 0.83% -
HSV(B) 159.76º 0.33% 1% -
XYZ 65.96 85.03 84.89 -
YUV 225.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 171 254 226 0.33 0 0.11 0.00 159.76 0.98 0.83
Hex AB FE E2 21 0 B 0 A0 62 53
Octal 253 376 342 41 0 13 0 240 142 123
Binary 10101011 11111110 11100010 100001 0 1011 0 10100000 1100010 1010011

Color Harmonies of #ABFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEE2

Black with #ABFEE2

Text Example


Text Example

White with #ABFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEE2; }

 p { color: rgb(171,254,226); }

 H1.HeaderClassName
 {
   color: #ABFEE2;
 }
 .AnyTagClassName
 {
   color: #ABFEE2;
 }
</style>

background-color css

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

 a { background-color: rgb(171,254,226); }

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

border-color css

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

 span { border-color: rgb(171,254,226); }

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