#ADDEB3

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

Shades of Celadon #ADDEB3

Tints of Celadon #ADDEB3

Color information

#ADDEB3 (or 0xADDEB3) is unknown color: approx Celadon. HEX triplet: AD, DE and B3. RGB value is (173,222,179). Sum of RGB (Red+Green+Blue) = 173+222+179=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB3 is #52214C. Grayscale: #CACACA. Windows color (decimal): -5382477 or 11787949. OLE color: 11787949.

HSL color Cylindrical-coordinate representation of color #ADDEB3: hue angle of 127.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEB3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB173222179-
CMYK0.2200.190.13
HSL127.35º42.61%77.45%-
HSV(B)127.35º22.07%87.06%-
XYZ51.4964.3852.36-
YUV202.45114.77107-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=30.14%
G=38.68%
B=31.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221790.2200.190.13127.3542.6177.45
HexADDEB316013D7f2b4d
Octal255336263260231517753115
Binary10101101110111101011001110110010011110111111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEB3; }

 p { color: rgb(173,222,179); }

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

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

 a { background-color: rgb(173,222,179); }

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

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

 span { border-color: rgb(173,222,179); }

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