#ACDBB3

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

Shades of Celadon #ACDBB3

Tints of Celadon #ACDBB3

Color information

#ACDBB3 (or 0xACDBB3) is unknown color: approx Celadon. HEX triplet: AC, DB and B3. RGB value is (172,219,179). Sum of RGB (Red+Green+Blue) = 172+219+179=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBB3 is #53244C. Grayscale: #C8C8C8. Windows color (decimal): -5448781 or 11787180. OLE color: 11787180.

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

Color convert

RGB172219179-
CMYK0.2100.180.14
HSL128.94º39.5%76.67%-
HSV(B)128.94º21.46%85.88%-
XYZ50.4862.6952.09-
YUV200.39115.93107.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=30.18%
G=38.42%
B=31.40%

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
Decimal1722191790.2100.180.14128.9439.576.67
HexACDBB315012E81274d
Octal254333263250221620147115
Binary101011001101101110110011101010100101110100000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBB3; }

 p { color: rgb(172,219,179); }

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

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

 a { background-color: rgb(172,219,179); }

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

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

 span { border-color: rgb(172,219,179); }

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