Html Css Color HEX #ABF6DD Water Leaf

📋 copy color: '#ABF6DD'

red 171 ◦ green 246 ◦ blue 221

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

Shades of Water Leaf #ABF6DD

Tints of Water Leaf #ABF6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.56%

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

R = 26.8%
G = 38.56%
B = 34.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#ABF6DD (or 0xABF6DD) is known color: Water Leaf. HEX triplet: AB, F6 and DD. RGB value is (171,246,221). Sum of RGB (Red+Green+Blue) = 171+246+221=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF6DD is #540922. Grayscale: #DCDCDC. Windows color (decimal): -5507363 or 14546603. OLE color: 14546603.

HSL color Cylindrical-coordinate representation of color #ABF6DD: hue angle of 160º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF6DD is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 246 221 -
CMYK 0.30 0 0.10 0.04
HSL 160º 0.81% 0.82% -
HSV(B) 160º 0.3% 0.96% -
XYZ 62.8 79.79 80.5 -
YUV 220.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 171 246 221 0.30 0 0.10 0.04 160 0.81 0.82
Hex AB F6 DD 1E 0 A 4 A0 51 52
Octal 253 366 335 36 0 12 4 240 121 122
Binary 10101011 11110110 11011101 11110 0 1010 100 10100000 1010001 1010010

Color Harmonies of #ABF6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF6DD

Black with #ABF6DD

Text Example


Text Example

White with #ABF6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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