Html Css Color HEX #AADEB0 Celadon

📋 copy color: '#AADEB0'

red 170 ◦ green 222 ◦ blue 176

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

Shades of Celadon #AADEB0

Tints of Celadon #AADEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 29.93%
G = 39.08%
B = 30.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#AADEB0 (or 0xAADEB0) is known color: Celadon. HEX triplet: AA, DE and B0. RGB value is (170,222,176). Sum of RGB (Red+Green+Blue) = 170+222+176=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEB0 is #55214F. Grayscale: #C9C9C9. Windows color (decimal): -5579088 or 11591338. OLE color: 11591338.

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

Color convert

RGB 170 222 176 -
CMYK 0.23 0 0.21 0.13
HSL 126.92º 0.44% 0.77% -
HSV(B) 126.92º 0.23% 0.87% -
XYZ 50.54 63.92 50.75 -
YUV 201.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 170 222 176 0.23 0 0.21 0.13 126.92 0.44 0.77
Hex AA DE B0 17 0 15 D 7F 2C 4D
Octal 252 336 260 27 0 25 15 177 54 115
Binary 10101010 11011110 10110000 10111 0 10101 1101 1111111 101100 1001101

Color Harmonies of #AADEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEB0

Black with #AADEB0

Text Example


Text Example

White with #AADEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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