Html Css Color HEX #ADEDE4 Water Leaf

📋 copy color: '#ADEDE4'

red 173 ◦ green 237 ◦ blue 228

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

Shades of Water Leaf #ADEDE4

Tints of Water Leaf #ADEDE4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.15%

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 27.12%
G = 37.15%
B = 35.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ADEDE4 (or 0xADEDE4) is known color: Water Leaf. HEX triplet: AD, ED and E4. RGB value is (173,237,228). Sum of RGB (Red+Green+Blue) = 173+237+228=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDE4 is #52121B. Grayscale: #D8D8D8. Windows color (decimal): -5378588 or 15003053. OLE color: 15003053.

HSL color Cylindrical-coordinate representation of color #ADEDE4: hue angle of 171.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDE4 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 228 -
CMYK 0.27 0 0.04 0.07
HSL 171.56º 0.64% 0.8% -
HSV(B) 171.56º 0.27% 0.93% -
XYZ 61.52 75.05 84.64 -
YUV 216.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 173 237 228 0.27 0 0.04 0.07 171.56 0.64 0.8
Hex AD ED E4 1B 0 4 7 AC 40 50
Octal 255 355 344 33 0 4 7 254 100 120
Binary 10101101 11101101 11100100 11011 0 100 111 10101100 1000000 1010000

Color Harmonies of #ADEDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDE4

Black with #ADEDE4

Text Example


Text Example

White with #ADEDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDE4; }

 p { color: rgb(173,237,228); }

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

background-color css

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

 a { background-color: rgb(173,237,228); }

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

border-color css

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

 span { border-color: rgb(173,237,228); }

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