#ADDCB4

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

Shades of Celadon #ADDCB4

Tints of Celadon #ADDCB4

Color information

#ADDCB4 (or 0xADDCB4) is unknown color: approx Celadon. HEX triplet: AD, DC and B4. RGB value is (173,220,180). Sum of RGB (Red+Green+Blue) = 173+220+180=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB4 is #52234B. Grayscale: #C9C9C9. Windows color (decimal): -5382988 or 11852973. OLE color: 11852973.

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

Color convert

RGB173220180-
CMYK0.2100.180.14
HSL128.94º40.17%77.06%-
HSV(B)128.94º21.36%86.27%-
XYZ51.0763.3752.72-
YUV201.39115.93107.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=30.19%
G=38.39%
B=31.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201800.2100.180.14128.9440.1777.06
HexADDCB415012E81284d
Octal255334264250221620150115
Binary101011011101110010110100101010100101110100000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCB4; }

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

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

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

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

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

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

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

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