Html Css Color HEX #ABF2DD Water Leaf

📋 copy color: '#ABF2DD'

red 171 ◦ green 242 ◦ blue 221

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

Shades of Water Leaf #ABF2DD

Tints of Water Leaf #ABF2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.17%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 26.97%
G = 38.17%
B = 34.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#ABF2DD (or 0xABF2DD) is known color: Water Leaf. HEX triplet: AB, F2 and DD. RGB value is (171,242,221). Sum of RGB (Red+Green+Blue) = 171+242+221=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2DD is #540D22. Grayscale: #DADADA. Windows color (decimal): -5508387 or 14545579. OLE color: 14545579.

HSL color Cylindrical-coordinate representation of color #ABF2DD: hue angle of 162.25º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2DD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 221 -
CMYK 0.29 0 0.09 0.05
HSL 162.25º 0.73% 0.81% -
HSV(B) 162.25º 0.29% 0.95% -
XYZ 61.6 77.38 80.1 -
YUV 218.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 171 242 221 0.29 0 0.09 0.05 162.25 0.73 0.81
Hex AB F2 DD 1D 0 9 5 A2 49 51
Octal 253 362 335 35 0 11 5 242 111 121
Binary 10101011 11110010 11011101 11101 0 1001 101 10100010 1001001 1010001

Color Harmonies of #ABF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2DD

Black with #ABF2DD

Text Example


Text Example

White with #ABF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2DD; }

 p { color: rgb(171,242,221); }

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

background-color css

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

 a { background-color: rgb(171,242,221); }

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

border-color css

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

 span { border-color: rgb(171,242,221); }

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