Html Css Color HEX #ADF8DE Water Leaf

📋 copy color: '#ADF8DE'

red 173 ◦ green 248 ◦ blue 222

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

Shades of Water Leaf #ADF8DE

Tints of Water Leaf #ADF8DE

RGB

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

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

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

R = 26.91%
G = 38.57%
B = 34.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#ADF8DE (or 0xADF8DE) is known color: Water Leaf. HEX triplet: AD, F8 and DE. RGB value is (173,248,222). Sum of RGB (Red+Green+Blue) = 173+248+222=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DE is #520721. Grayscale: #DEDEDE. Windows color (decimal): -5375778 or 14612653. OLE color: 14612653.

HSL color Cylindrical-coordinate representation of color #ADF8DE: hue angle of 159.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 #ADF8DE is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 222 -
CMYK 0.30 0 0.10 0.03
HSL 159.2º 0.84% 0.83% -
HSV(B) 159.2º 0.3% 0.97% -
XYZ 63.99 81.29 81.43 -
YUV 222.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 173 248 222 0.30 0 0.10 0.03 159.2 0.84 0.83
Hex AD F8 DE 1E 0 A 3 9F 54 53
Octal 255 370 336 36 0 12 3 237 124 123
Binary 10101101 11111000 11011110 11110 0 1010 11 10011111 1010100 1010011

Color Harmonies of #ADF8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8DE

Black with #ADF8DE

Text Example


Text Example

White with #ADF8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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