Html Css Color HEX #ADF8E8 Water Leaf

📋 copy color: '#ADF8E8'

red 173 ◦ green 248 ◦ blue 232

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

Shades of Water Leaf #ADF8E8

Tints of Water Leaf #ADF8E8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.98%

 BLUE value IS 232 (91.02% from 255) = 35.53%

R = 26.49%
G = 37.98%
B = 35.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#ADF8E8 (or 0xADF8E8) is known color: Water Leaf. HEX triplet: AD, F8 and E8. RGB value is (173,248,232). Sum of RGB (Red+Green+Blue) = 173+248+232=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8E8 is #520717. Grayscale: #DFDFDF. Windows color (decimal): -5375768 or 15268013. OLE color: 15268013.

HSL color Cylindrical-coordinate representation of color #ADF8E8: hue angle of 167.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8E8 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 232 -
CMYK 0.30 0 0.06 0.03
HSL 167.2º 0.84% 0.83% -
HSV(B) 167.2º 0.3% 0.97% -
XYZ 65.37 81.85 88.7 -
YUV 223.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 173 248 232 0.30 0 0.06 0.03 167.2 0.84 0.83
Hex AD F8 E8 1E 0 6 3 A7 54 53
Octal 255 370 350 36 0 6 3 247 124 123
Binary 10101101 11111000 11101000 11110 0 110 11 10100111 1010100 1010011

Color Harmonies of #ADF8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8E8

Black with #ADF8E8

Text Example


Text Example

White with #ADF8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8E8; }

 p { color: rgb(173,248,232); }

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

background-color css

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

 a { background-color: rgb(173,248,232); }

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

border-color css

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

 span { border-color: rgb(173,248,232); }

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