Html Css Color HEX #ABF0DC Water Leaf

📋 copy color: '#ABF0DC'

red 171 ◦ green 240 ◦ blue 220

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

Shades of Water Leaf #ABF0DC

Tints of Water Leaf #ABF0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 27.1%
G = 38.03%
B = 34.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ABF0DC (or 0xABF0DC) is known color: Water Leaf. HEX triplet: AB, F0 and DC. RGB value is (171,240,220). Sum of RGB (Red+Green+Blue) = 171+240+220=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0DC is #540F23. Grayscale: #D9D9D9. Windows color (decimal): -5508900 or 14479531. OLE color: 14479531.

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

Color convert

RGB 171 240 220 -
CMYK 0.29 0 0.08 0.06
HSL 162.61º 0.7% 0.81% -
HSV(B) 162.61º 0.29% 0.94% -
XYZ 60.87 76.15 79.2 -
YUV 217.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 171 240 220 0.29 0 0.08 0.06 162.61 0.7 0.81
Hex AB F0 DC 1D 0 8 6 A3 46 51
Octal 253 360 334 35 0 10 6 243 106 121
Binary 10101011 11110000 11011100 11101 0 1000 110 10100011 1000110 1010001

Color Harmonies of #ABF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0DC

Black with #ABF0DC

Text Example


Text Example

White with #ABF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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