Html Css Color HEX #ADF9E5 Water Leaf

📋 copy color: '#ADF9E5'

red 173 ◦ green 249 ◦ blue 229

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

Shades of Water Leaf #ADF9E5

Tints of Water Leaf #ADF9E5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.25%

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

R = 26.57%
G = 38.25%
B = 35.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#ADF9E5 (or 0xADF9E5) is known color: Water Leaf. HEX triplet: AD, F9 and E5. RGB value is (173,249,229). Sum of RGB (Red+Green+Blue) = 173+249+229=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9E5 is #52061A. Grayscale: #E0E0E0. Windows color (decimal): -5375515 or 15071661. OLE color: 15071661.

HSL color Cylindrical-coordinate representation of color #ADF9E5: hue angle of 164.21º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9E5 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 229 -
CMYK 0.31 0 0.08 0.02
HSL 164.21º 0.86% 0.83% -
HSV(B) 164.21º 0.31% 0.98% -
XYZ 65.25 82.29 86.57 -
YUV 224 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 173 249 229 0.31 0 0.08 0.02 164.21 0.86 0.83
Hex AD F9 E5 1F 0 8 2 A4 56 53
Octal 255 371 345 37 0 10 2 244 126 123
Binary 10101101 11111001 11100101 11111 0 1000 10 10100100 1010110 1010011

Color Harmonies of #ADF9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF9E5

Black with #ADF9E5

Text Example


Text Example

White with #ADF9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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