Html Css Color HEX #ADFEE8 Water Leaf

📋 copy color: '#ADFEE8'

red 173 ◦ green 254 ◦ blue 232

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

Shades of Water Leaf #ADFEE8

Tints of Water Leaf #ADFEE8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.54%

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

R = 26.25%
G = 38.54%
B = 35.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#ADFEE8 (or 0xADFEE8) is known color: Water Leaf. HEX triplet: AD, FE and E8. RGB value is (173,254,232). Sum of RGB (Red+Green+Blue) = 173+254+232=659 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.25% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEE8 is #520117. Grayscale: #E3E3E3. Windows color (decimal): -5374232 or 15269549. OLE color: 15269549.

HSL color Cylindrical-coordinate representation of color #ADFEE8: hue angle of 163.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEE8 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 232 -
CMYK 0.32 0 0.09 0.00
HSL 163.7º 0.98% 0.84% -
HSV(B) 163.7º 0.32% 1% -
XYZ 67.24 85.59 89.32 -
YUV 227.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 173 254 232 0.32 0 0.09 0.00 163.7 0.98 0.84
Hex AD FE E8 20 0 9 0 A4 62 54
Octal 255 376 350 40 0 11 0 244 142 124
Binary 10101101 11111110 11101000 100000 0 1001 0 10100100 1100010 1010100

Color Harmonies of #ADFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEE8

Black with #ADFEE8

Text Example


Text Example

White with #ADFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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