Html Css Color HEX #ADF5DD Water Leaf

📋 copy color: '#ADF5DD'

red 173 ◦ green 245 ◦ blue 221

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

Shades of Water Leaf #ADF5DD

Tints of Water Leaf #ADF5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.34%

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

R = 27.07%
G = 38.34%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#ADF5DD (or 0xADF5DD) is known color: Water Leaf. HEX triplet: AD, F5 and DD. RGB value is (173,245,221). Sum of RGB (Red+Green+Blue) = 173+245+221=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5DD is #520A22. Grayscale: #DCDCDC. Windows color (decimal): -5376547 or 14546349. OLE color: 14546349.

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

Color convert

RGB 173 245 221 -
CMYK 0.29 0 0.10 0.04
HSL 160º 0.78% 0.82% -
HSV(B) 160º 0.29% 0.96% -
XYZ 62.94 79.41 80.42 -
YUV 220.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 173 245 221 0.29 0 0.10 0.04 160 0.78 0.82
Hex AD F5 DD 1D 0 A 4 A0 4E 52
Octal 255 365 335 35 0 12 4 240 116 122
Binary 10101101 11110101 11011101 11101 0 1010 100 10100000 1001110 1010010

Color Harmonies of #ADF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5DD

Black with #ADF5DD

Text Example


Text Example

White with #ADF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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