#ADDCB2

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

Shades of Celadon #ADDCB2

Tints of Celadon #ADDCB2

Color information

#ADDCB2 (or 0xADDCB2) is unknown color: approx Celadon. HEX triplet: AD, DC and B2. RGB value is (173,220,178). Sum of RGB (Red+Green+Blue) = 173+220+178=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCB2 is #52234D. Grayscale: #C9C9C9. Windows color (decimal): -5382990 or 11721901. OLE color: 11721901.

HSL color Cylindrical-coordinate representation of color #ADDCB2: hue angle of 126.38º degrees, saturation: 0.4, 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 #ADDCB2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB173220178-
CMYK0.2100.190.14
HSL126.38º40.17%77.06%-
HSV(B)126.38º21.36%86.27%-
XYZ50.8663.2851.65-
YUV201.16114.93107.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=30.30%
G=38.53%
B=31.17%

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
Decimal1732201780.2100.190.14126.3840.1777.06
HexADDCB215013E7e284d
Octal255334262250231617650115
Binary10101101110111001011001010101010011111011111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCB2; }

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

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

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

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

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

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

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

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