Html Css Color HEX #ABFAE2 Water Leaf

📋 copy color: '#ABFAE2'

red 171 ◦ green 250 ◦ blue 226

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

Shades of Water Leaf #ABFAE2

Tints of Water Leaf #ABFAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

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

R = 26.43%
G = 38.64%
B = 34.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#ABFAE2 (or 0xABFAE2) is known color: Water Leaf. HEX triplet: AB, FA and E2. RGB value is (171,250,226). Sum of RGB (Red+Green+Blue) = 171+250+226=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAE2 is #54051D. Grayscale: #DFDFDF. Windows color (decimal): -5506334 or 14875307. OLE color: 14875307.

HSL color Cylindrical-coordinate representation of color #ABFAE2: hue angle of 161.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAE2 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 226 -
CMYK 0.32 0 0.10 0.02
HSL 161.77º 0.89% 0.83% -
HSV(B) 161.77º 0.32% 0.98% -
XYZ 64.71 82.52 84.47 -
YUV 223.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 171 250 226 0.32 0 0.10 0.02 161.77 0.89 0.83
Hex AB FA E2 20 0 A 2 A2 59 53
Octal 253 372 342 40 0 12 2 242 131 123
Binary 10101011 11111010 11100010 100000 0 1010 10 10100010 1011001 1010011

Color Harmonies of #ABFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAE2

Black with #ABFAE2

Text Example


Text Example

White with #ABFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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