Html Css Color HEX #ABFAE6 Water Leaf

📋 copy color: '#ABFAE6'

red 171 ◦ green 250 ◦ blue 230

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

Shades of Water Leaf #ABFAE6

Tints of Water Leaf #ABFAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 26.27%
G = 38.4%
B = 35.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#ABFAE6 (or 0xABFAE6) is known color: Water Leaf. HEX triplet: AB, FA and E6. RGB value is (171,250,230). Sum of RGB (Red+Green+Blue) = 171+250+230=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAE6 is #540519. Grayscale: #E0E0E0. Windows color (decimal): -5506330 or 15137451. OLE color: 15137451.

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

Color convert

RGB 171 250 230 -
CMYK 0.32 0 0.08 0.02
HSL 164.81º 0.89% 0.83% -
HSV(B) 164.81º 0.32% 0.98% -
XYZ 65.26 82.74 87.39 -
YUV 224.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 171 250 230 0.32 0 0.08 0.02 164.81 0.89 0.83
Hex AB FA E6 20 0 8 2 A5 59 53
Octal 253 372 346 40 0 10 2 245 131 123
Binary 10101011 11111010 11100110 100000 0 1000 10 10100101 1011001 1010011

Color Harmonies of #ABFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAE6

Black with #ABFAE6

Text Example


Text Example

White with #ABFAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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