Html Css Color HEX #AADCAD Celadon

📋 copy color: '#AADCAD'

red 170 ◦ green 220 ◦ blue 173

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

Shades of Celadon #AADCAD

Tints of Celadon #AADCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.73%

R = 30.2%
G = 39.08%
B = 30.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#AADCAD (or 0xAADCAD) is known color: Celadon. HEX triplet: AA, DC and AD. RGB value is (170,220,173). Sum of RGB (Red+Green+Blue) = 170+220+173=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAD is #552352. Grayscale: #C7C7C7. Windows color (decimal): -5579603 or 11394218. OLE color: 11394218.

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

Color convert

RGB 170 220 173 -
CMYK 0.23 0 0.21 0.14
HSL 123.6º 0.42% 0.76% -
HSV(B) 123.6º 0.23% 0.86% -
XYZ 49.71 62.75 49.03 -
YUV 199.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 170 220 173 0.23 0 0.21 0.14 123.6 0.42 0.76
Hex AA DC AD 17 0 15 E 7C 2A 4C
Octal 252 334 255 27 0 25 16 174 52 114
Binary 10101010 11011100 10101101 10111 0 10101 1110 1111100 101010 1001100

Color Harmonies of #AADCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCAD

Black with #AADCAD

Text Example


Text Example

White with #AADCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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