Html Css Color HEX #ADEDE3 Water Leaf

📋 copy color: '#ADEDE3'

red 173 ◦ green 237 ◦ blue 227

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

Shades of Water Leaf #ADEDE3

Tints of Water Leaf #ADEDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.64%

R = 27.16%
G = 37.21%
B = 35.64%

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

#ADEDE3 (or 0xADEDE3) is known color: Water Leaf. HEX triplet: AD, ED and E3. RGB value is (173,237,227). Sum of RGB (Red+Green+Blue) = 173+237+227=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDE3 is #52121C. Grayscale: #D8D8D8. Windows color (decimal): -5378589 or 14937517. OLE color: 14937517.

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

Color convert

RGB 173 237 227 -
CMYK 0.27 0 0.04 0.07
HSL 170.63º 0.64% 0.8% -
HSV(B) 170.63º 0.27% 0.93% -
XYZ 61.38 75 83.91 -
YUV 216.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 173 237 227 0.27 0 0.04 0.07 170.63 0.64 0.8
Hex AD ED E3 1B 0 4 7 AB 40 50
Octal 255 355 343 33 0 4 7 253 100 120
Binary 10101101 11101101 11100011 11011 0 100 111 10101011 1000000 1010000

Color Harmonies of #ADEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDE3

Black with #ADEDE3

Text Example


Text Example

White with #ADEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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