Html Css Color HEX #AADEAE Celadon

📋 copy color: '#AADEAE'

red 170 ◦ green 222 ◦ blue 174

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

Shades of Celadon #AADEAE

Tints of Celadon #AADEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.74%

R = 30.04%
G = 39.22%
B = 30.74%

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

#AADEAE (or 0xAADEAE) is known color: Celadon. HEX triplet: AA, DE and AE. RGB value is (170,222,174). Sum of RGB (Red+Green+Blue) = 170+222+174=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEAE is #552151. Grayscale: #C9C9C9. Windows color (decimal): -5579090 or 11460266. OLE color: 11460266.

HSL color Cylindrical-coordinate representation of color #AADEAE: hue angle of 124.62º 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 #AADEAE is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 174 -
CMYK 0.23 0 0.22 0.13
HSL 124.62º 0.44% 0.77% -
HSV(B) 124.62º 0.23% 0.87% -
XYZ 50.34 63.84 49.71 -
YUV 200.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 170 222 174 0.23 0 0.22 0.13 124.62 0.44 0.77
Hex AA DE AE 17 0 16 D 7D 2C 4D
Octal 252 336 256 27 0 26 15 175 54 115
Binary 10101010 11011110 10101110 10111 0 10110 1101 1111101 101100 1001101

Color Harmonies of #AADEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEAE

Black with #AADEAE

Text Example


Text Example

White with #AADEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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