Html Css Color HEX #ADF5E5 Water Leaf

📋 copy color: '#ADF5E5'

red 173 ◦ green 245 ◦ blue 229

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

Shades of Water Leaf #ADF5E5

Tints of Water Leaf #ADF5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.39%

R = 26.74%
G = 37.87%
B = 35.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#ADF5E5 (or 0xADF5E5) is known color: Water Leaf. HEX triplet: AD, F5 and E5. RGB value is (173,245,229). Sum of RGB (Red+Green+Blue) = 173+245+229=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5E5 is #520A1A. Grayscale: #DDDDDD. Windows color (decimal): -5376539 or 15070637. OLE color: 15070637.

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

Color convert

RGB 173 245 229 -
CMYK 0.29 0 0.07 0.04
HSL 166.67º 0.78% 0.82% -
HSV(B) 166.67º 0.29% 0.96% -
XYZ 64.03 79.85 86.17 -
YUV 221.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 173 245 229 0.29 0 0.07 0.04 166.67 0.78 0.82
Hex AD F5 E5 1D 0 7 4 A7 4E 52
Octal 255 365 345 35 0 7 4 247 116 122
Binary 10101101 11110101 11100101 11101 0 111 100 10100111 1001110 1010010

Color Harmonies of #ADF5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5E5

Black with #ADF5E5

Text Example


Text Example

White with #ADF5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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