Html Css Color HEX #ADEDE0 Water Leaf

📋 copy color: '#ADEDE0'

red 173 ◦ green 237 ◦ blue 224

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

Shades of Water Leaf #ADEDE0

Tints of Water Leaf #ADEDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 27.29%
G = 37.38%
B = 35.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ADEDE0 (or 0xADEDE0) is known color: Water Leaf. HEX triplet: AD, ED and E0. RGB value is (173,237,224). Sum of RGB (Red+Green+Blue) = 173+237+224=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDE0 is #52121F. Grayscale: #D8D8D8. Windows color (decimal): -5378592 or 14740909. OLE color: 14740909.

HSL color Cylindrical-coordinate representation of color #ADEDE0: hue angle of 167.81º 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 #ADEDE0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 224 -
CMYK 0.27 0 0.05 0.07
HSL 167.81º 0.64% 0.8% -
HSV(B) 167.81º 0.27% 0.93% -
XYZ 60.97 74.83 81.75 -
YUV 216.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 173 237 224 0.27 0 0.05 0.07 167.81 0.64 0.8
Hex AD ED E0 1B 0 5 7 A8 40 50
Octal 255 355 340 33 0 5 7 250 100 120
Binary 10101101 11101101 11100000 11011 0 101 111 10101000 1000000 1010000

Color Harmonies of #ADEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDE0

Black with #ADEDE0

Text Example


Text Example

White with #ADEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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