Html Css Color HEX #AADEB2 Celadon

📋 copy color: '#AADEB2'

red 170 ◦ green 222 ◦ blue 178

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

Shades of Celadon #AADEB2

Tints of Celadon #AADEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 29.82%
G = 38.95%
B = 31.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#AADEB2 (or 0xAADEB2) is known color: Celadon. HEX triplet: AA, DE and B2. RGB value is (170,222,178). Sum of RGB (Red+Green+Blue) = 170+222+178=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEB2 is #55214D. Grayscale: #C9C9C9. Windows color (decimal): -5579086 or 11722410. OLE color: 11722410.

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

Color convert

RGB 170 222 178 -
CMYK 0.23 0 0.20 0.13
HSL 129.23º 0.44% 0.77% -
HSV(B) 129.23º 0.23% 0.87% -
XYZ 50.73 64 51.8 -
YUV 201.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 170 222 178 0.23 0 0.20 0.13 129.23 0.44 0.77
Hex AA DE B2 17 0 14 D 81 2C 4D
Octal 252 336 262 27 0 24 15 201 54 115
Binary 10101010 11011110 10110010 10111 0 10100 1101 10000001 101100 1001101

Color Harmonies of #AADEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEB2

Black with #AADEB2

Text Example


Text Example

White with #AADEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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