#ACDAB0

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

Shades of Celadon #ACDAB0

Tints of Celadon #ACDAB0

Color information

#ACDAB0 (or 0xACDAB0) is unknown color: approx Celadon. HEX triplet: AC, DA and B0. RGB value is (172,218,176). Sum of RGB (Red+Green+Blue) = 172+218+176=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAB0 is #53254F. Grayscale: #C7C7C7. Windows color (decimal): -5449040 or 11590316. OLE color: 11590316.

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

Color convert

RGB172218176-
CMYK0.2100.190.15
HSL125.22º38.33%76.47%-
HSV(B)125.22º21.1%85.49%-
XYZ49.9262.0550.42-
YUV199.46114.76108.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=30.39%
G=38.52%
B=31.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181760.2100.190.15125.2238.3376.47
HexACDAB015013F7d264c
Octal254332260250231717546114
Binary10101100110110101011000010101010011111111111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAB0; }

 p { color: rgb(172,218,176); }

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

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

 a { background-color: rgb(172,218,176); }

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

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

 span { border-color: rgb(172,218,176); }

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