Html Css Color HEX #AADEAD Celadon

📋 copy color: '#AADEAD'

red 170 ◦ green 222 ◦ blue 173

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

Shades of Celadon #AADEAD

Tints of Celadon #AADEAD

RGB

 RED value IS 170 (66.8% from 255) = 30.09%

 GREEN value IS 222 (87.11% from 255) = 39.29%

 BLUE value IS 173 (67.97% from 255) = 30.62%

R = 30.09%
G = 39.29%
B = 30.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#AADEAD (or 0xAADEAD) is known color: Celadon. HEX triplet: AA, DE and AD. RGB value is (170,222,173). Sum of RGB (Red+Green+Blue) = 170+222+173=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEAD is #552152. Grayscale: #C9C9C9. Windows color (decimal): -5579091 or 11394730. OLE color: 11394730.

HSL color Cylindrical-coordinate representation of color #AADEAD: hue angle of 123.46º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEAD is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 173 -
CMYK 0.23 0 0.22 0.13
HSL 123.46º 0.44% 0.77% -
HSV(B) 123.46º 0.23% 0.87% -
XYZ 50.24 63.81 49.2 -
YUV 200.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 170 222 173 0.23 0 0.22 0.13 123.46 0.44 0.77
Hex AA DE AD 17 0 16 D 7B 2C 4D
Octal 252 336 255 27 0 26 15 173 54 115
Binary 10101010 11011110 10101101 10111 0 10110 1101 1111011 101100 1001101

Color Harmonies of #AADEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEAD

Black with #AADEAD

Text Example


Text Example

White with #AADEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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