Html Css Color HEX #ADF0DD Water Leaf

📋 copy color: '#ADF0DD'

red 173 ◦ green 240 ◦ blue 221

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

Shades of Water Leaf #ADF0DD

Tints of Water Leaf #ADF0DD

RGB

 RED value IS 173 (67.97% from 255) = 27.29%

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

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

R = 27.29%
G = 37.85%
B = 34.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ADF0DD (or 0xADF0DD) is known color: Water Leaf. HEX triplet: AD, F0 and DD. RGB value is (173,240,221). Sum of RGB (Red+Green+Blue) = 173+240+221=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DD is #520F22. Grayscale: #D9D9D9. Windows color (decimal): -5377827 or 14545069. OLE color: 14545069.

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

Color convert

RGB 173 240 221 -
CMYK 0.28 0 0.08 0.06
HSL 162.99º 0.69% 0.81% -
HSV(B) 162.99º 0.28% 0.94% -
XYZ 61.44 76.42 79.92 -
YUV 217.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 173 240 221 0.28 0 0.08 0.06 162.99 0.69 0.81
Hex AD F0 DD 1C 0 8 6 A3 45 51
Octal 255 360 335 34 0 10 6 243 105 121
Binary 10101101 11110000 11011101 11100 0 1000 110 10100011 1000101 1010001

Color Harmonies of #ADF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0DD

Black with #ADF0DD

Text Example


Text Example

White with #ADF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0DD; }

 p { color: rgb(173,240,221); }

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

background-color css

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

 a { background-color: rgb(173,240,221); }

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

border-color css

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

 span { border-color: rgb(173,240,221); }

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