Html Css Color HEX #ABFAE4 Water Leaf

📋 copy color: '#ABFAE4'

red 171 ◦ green 250 ◦ blue 228

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

Shades of Water Leaf #ABFAE4

Tints of Water Leaf #ABFAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.13%

R = 26.35%
G = 38.52%
B = 35.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#ABFAE4 (or 0xABFAE4) is known color: Water Leaf. HEX triplet: AB, FA and E4. RGB value is (171,250,228). Sum of RGB (Red+Green+Blue) = 171+250+228=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAE4 is #54051B. Grayscale: #DFDFDF. Windows color (decimal): -5506332 or 15006379. OLE color: 15006379.

HSL color Cylindrical-coordinate representation of color #ABFAE4: hue angle of 163.29º 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 #ABFAE4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 228 -
CMYK 0.32 0 0.09 0.02
HSL 163.29º 0.89% 0.83% -
HSV(B) 163.29º 0.32% 0.98% -
XYZ 64.98 82.63 85.92 -
YUV 223.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 171 250 228 0.32 0 0.09 0.02 163.29 0.89 0.83
Hex AB FA E4 20 0 9 2 A3 59 53
Octal 253 372 344 40 0 11 2 243 131 123
Binary 10101011 11111010 11100100 100000 0 1001 10 10100011 1011001 1010011

Color Harmonies of #ABFAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAE4

Black with #ABFAE4

Text Example


Text Example

White with #ABFAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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