Html Css Color HEX #ADF5DE Water Leaf

📋 copy color: '#ADF5DE'

red 173 ◦ green 245 ◦ blue 222

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

Shades of Water Leaf #ADF5DE

Tints of Water Leaf #ADF5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 27.03%
G = 38.28%
B = 34.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#ADF5DE (or 0xADF5DE) is known color: Water Leaf. HEX triplet: AD, F5 and DE. RGB value is (173,245,222). Sum of RGB (Red+Green+Blue) = 173+245+222=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5DE is #520A21. Grayscale: #DCDCDC. Windows color (decimal): -5376546 or 14611885. OLE color: 14611885.

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

Color convert

RGB 173 245 222 -
CMYK 0.29 0 0.09 0.04
HSL 160.83º 0.78% 0.82% -
HSV(B) 160.83º 0.29% 0.96% -
XYZ 63.07 79.46 81.12 -
YUV 220.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 173 245 222 0.29 0 0.09 0.04 160.83 0.78 0.82
Hex AD F5 DE 1D 0 9 4 A1 4E 52
Octal 255 365 336 35 0 11 4 241 116 122
Binary 10101101 11110101 11011110 11101 0 1001 100 10100001 1001110 1010010

Color Harmonies of #ADF5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5DE

Black with #ADF5DE

Text Example


Text Example

White with #ADF5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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