Html Css Color HEX #AADCB2 Celadon

📋 copy color: '#AADCB2'

red 170 ◦ green 220 ◦ blue 178

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

Shades of Celadon #AADCB2

Tints of Celadon #AADCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

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

R = 29.93%
G = 38.73%
B = 31.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#AADCB2 (or 0xAADCB2) is known color: Celadon. HEX triplet: AA, DC and B2. RGB value is (170,220,178). Sum of RGB (Red+Green+Blue) = 170+220+178=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCB2 is #55234D. Grayscale: #C8C8C8. Windows color (decimal): -5579598 or 11721898. OLE color: 11721898.

HSL color Cylindrical-coordinate representation of color #AADCB2: hue angle of 129.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCB2 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 178 -
CMYK 0.23 0 0.19 0.14
HSL 129.6º 0.42% 0.76% -
HSV(B) 129.6º 0.23% 0.86% -
XYZ 50.21 62.95 51.62 -
YUV 200.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 170 220 178 0.23 0 0.19 0.14 129.6 0.42 0.76
Hex AA DC B2 17 0 13 E 82 2A 4C
Octal 252 334 262 27 0 23 16 202 52 114
Binary 10101010 11011100 10110010 10111 0 10011 1110 10000010 101010 1001100

Color Harmonies of #AADCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCB2

Black with #AADCB2

Text Example


Text Example

White with #AADCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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