Html Css Color HEX #ABF1DD Water Leaf

📋 copy color: '#ABF1DD'

red 171 ◦ green 241 ◦ blue 221

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

Shades of Water Leaf #ABF1DD

Tints of Water Leaf #ABF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

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

R = 27.01%
G = 38.07%
B = 34.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#ABF1DD (or 0xABF1DD) is known color: Water Leaf. HEX triplet: AB, F1 and DD. RGB value is (171,241,221). Sum of RGB (Red+Green+Blue) = 171+241+221=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1DD is #540E22. Grayscale: #D9D9D9. Windows color (decimal): -5508643 or 14545323. OLE color: 14545323.

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

Color convert

RGB 171 241 221 -
CMYK 0.29 0 0.08 0.05
HSL 162.86º 0.71% 0.81% -
HSV(B) 162.86º 0.29% 0.95% -
XYZ 61.3 76.79 80 -
YUV 217.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 171 241 221 0.29 0 0.08 0.05 162.86 0.71 0.81
Hex AB F1 DD 1D 0 8 5 A3 47 51
Octal 253 361 335 35 0 10 5 243 107 121
Binary 10101011 11110001 11011101 11101 0 1000 101 10100011 1000111 1010001

Color Harmonies of #ABF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1DD

Black with #ABF1DD

Text Example


Text Example

White with #ABF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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