Html Css Color HEX #ADF2DD Water Leaf

📋 copy color: '#ADF2DD'

red 173 ◦ green 242 ◦ blue 221

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

Shades of Water Leaf #ADF2DD

Tints of Water Leaf #ADF2DD

RGB

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

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

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

R = 27.2%
G = 38.05%
B = 34.75%

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

#ADF2DD (or 0xADF2DD) is known color: Water Leaf. HEX triplet: AD, F2 and DD. RGB value is (173,242,221). Sum of RGB (Red+Green+Blue) = 173+242+221=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DD is #520D22. Grayscale: #DADADA. Windows color (decimal): -5377315 or 14545581. OLE color: 14545581.

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

Color convert

RGB 173 242 221 -
CMYK 0.29 0 0.09 0.05
HSL 161.74º 0.73% 0.81% -
HSV(B) 161.74º 0.29% 0.95% -
XYZ 62.04 77.61 80.12 -
YUV 218.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 173 242 221 0.29 0 0.09 0.05 161.74 0.73 0.81
Hex AD F2 DD 1D 0 9 5 A2 49 51
Octal 255 362 335 35 0 11 5 242 111 121
Binary 10101101 11110010 11011101 11101 0 1001 101 10100010 1001001 1010001

Color Harmonies of #ADF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2DD

Black with #ADF2DD

Text Example


Text Example

White with #ADF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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