#ADDBB1

Color #ADDBB1 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #ADDBB1

Tints of Celadon #ADDBB1

Color information

#ADDBB1 (or 0xADDBB1) is unknown color: approx Celadon. HEX triplet: AD, DB and B1. RGB value is (173,219,177). Sum of RGB (Red+Green+Blue) = 173+219+177=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBB1 is #52244E. Grayscale: #C8C8C8. Windows color (decimal): -5383247 or 11656109. OLE color: 11656109.

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

Color convert

RGB173219177-
CMYK0.2100.190.14
HSL125.22º38.98%76.86%-
HSV(B)125.22º21%85.88%-
XYZ50.562.7251.04-
YUV200.46114.76108.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=30.40%
G=38.49%
B=31.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191770.2100.190.14125.2238.9876.86
HexADDBB115013E7d274d
Octal255333261250231617547115
Binary10101101110110111011000110101010011111011111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBB1; }

 p { color: rgb(173,219,177); }

 H1.HeaderClassName
 {
   color: #ADDBB1;
 }
 .AnyTagClassName
 {
   color: #ADDBB1;
 }
</style>
background-color css

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

 a { background-color: rgb(173,219,177); }

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

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

 span { border-color: rgb(173,219,177); }

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