Html Css Color HEX #AADEB3 Celadon

📋 copy color: '#AADEB3'

red 170 ◦ green 222 ◦ blue 179

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

Shades of Celadon #AADEB3

Tints of Celadon #AADEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 29.77%
G = 38.88%
B = 31.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#AADEB3 (or 0xAADEB3) is known color: Celadon. HEX triplet: AA, DE and B3. RGB value is (170,222,179). Sum of RGB (Red+Green+Blue) = 170+222+179=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEB3 is #55214C. Grayscale: #C9C9C9. Windows color (decimal): -5579085 or 11787946. OLE color: 11787946.

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

Color convert

RGB 170 222 179 -
CMYK 0.23 0 0.19 0.13
HSL 130.38º 0.44% 0.77% -
HSV(B) 130.38º 0.23% 0.87% -
XYZ 50.84 64.04 52.33 -
YUV 201.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 170 222 179 0.23 0 0.19 0.13 130.38 0.44 0.77
Hex AA DE B3 17 0 13 D 82 2C 4D
Octal 252 336 263 27 0 23 15 202 54 115
Binary 10101010 11011110 10110011 10111 0 10011 1101 10000010 101100 1001101

Color Harmonies of #AADEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEB3

Black with #AADEB3

Text Example


Text Example

White with #AADEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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