Html Css Color HEX #AADDB2 Celadon

📋 copy color: '#AADDB2'

red 170 ◦ green 221 ◦ blue 178

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

Shades of Celadon #AADDB2

Tints of Celadon #AADDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

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

R = 29.88%
G = 38.84%
B = 31.28%

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

#AADDB2 (or 0xAADDB2) is known color: Celadon. HEX triplet: AA, DD and B2. RGB value is (170,221,178). Sum of RGB (Red+Green+Blue) = 170+221+178=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDB2 is #55224D. Grayscale: #C8C8C8. Windows color (decimal): -5579342 or 11722154. OLE color: 11722154.

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

Color convert

RGB 170 221 178 -
CMYK 0.23 0 0.19 0.13
HSL 129.41º 0.43% 0.77% -
HSV(B) 129.41º 0.23% 0.87% -
XYZ 50.47 63.47 51.71 -
YUV 200.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 170 221 178 0.23 0 0.19 0.13 129.41 0.43 0.77
Hex AA DD B2 17 0 13 D 81 2B 4D
Octal 252 335 262 27 0 23 15 201 53 115
Binary 10101010 11011101 10110010 10111 0 10011 1101 10000001 101011 1001101

Color Harmonies of #AADDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDB2

Black with #AADDB2

Text Example


Text Example

White with #AADDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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