Html Css Color HEX #AADDB1 Celadon

📋 copy color: '#AADDB1'

red 170 ◦ green 221 ◦ blue 177

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

Shades of Celadon #AADDB1

Tints of Celadon #AADDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.16%

R = 29.93%
G = 38.91%
B = 31.16%

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

#AADDB1 (or 0xAADDB1) is known color: Celadon. HEX triplet: AA, DD and B1. RGB value is (170,221,177). Sum of RGB (Red+Green+Blue) = 170+221+177=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDB1 is #55224E. Grayscale: #C8C8C8. Windows color (decimal): -5579343 or 11656618. OLE color: 11656618.

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

Color convert

RGB 170 221 177 -
CMYK 0.23 0 0.20 0.13
HSL 128.24º 0.43% 0.77% -
HSV(B) 128.24º 0.23% 0.87% -
XYZ 50.37 63.43 51.18 -
YUV 200.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 170 221 177 0.23 0 0.20 0.13 128.24 0.43 0.77
Hex AA DD B1 17 0 14 D 80 2B 4D
Octal 252 335 261 27 0 24 15 200 53 115
Binary 10101010 11011101 10110001 10111 0 10100 1101 10000000 101011 1001101

Color Harmonies of #AADDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDB1

Black with #AADDB1

Text Example


Text Example

White with #AADDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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