Html Css Color HEX #ABF0E2 Water Leaf

📋 copy color: '#ABF0E2'

red 171 ◦ green 240 ◦ blue 226

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

Shades of Water Leaf #ABF0E2

Tints of Water Leaf #ABF0E2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.68%

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

R = 26.84%
G = 37.68%
B = 35.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#ABF0E2 (or 0xABF0E2) is known color: Water Leaf. HEX triplet: AB, F0 and E2. RGB value is (171,240,226). Sum of RGB (Red+Green+Blue) = 171+240+226=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0E2 is #540F1D. Grayscale: #D9D9D9. Windows color (decimal): -5508894 or 14872747. OLE color: 14872747.

HSL color Cylindrical-coordinate representation of color #ABF0E2: hue angle of 167.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0E2 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 226 -
CMYK 0.29 0 0.06 0.06
HSL 167.83º 0.7% 0.81% -
HSV(B) 167.83º 0.29% 0.94% -
XYZ 61.68 76.47 83.46 -
YUV 217.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 171 240 226 0.29 0 0.06 0.06 167.83 0.7 0.81
Hex AB F0 E2 1D 0 6 6 A8 46 51
Octal 253 360 342 35 0 6 6 250 106 121
Binary 10101011 11110000 11100010 11101 0 110 110 10101000 1000110 1010001

Color Harmonies of #ABF0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0E2

Black with #ABF0E2

Text Example


Text Example

White with #ABF0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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