#ACD2CB

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

Shades of Scandal #ACD2CB

Tints of Scandal #ACD2CB

Color information

#ACD2CB (or 0xACD2CB) is unknown color: approx Scandal. HEX triplet: AC, D2 and CB. RGB value is (172,210,203). Sum of RGB (Red+Green+Blue) = 172+210+203=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2CB is #532D34. Grayscale: #C5C5C5. Windows color (decimal): -5451061 or 13357740. OLE color: 13357740.

HSL color Cylindrical-coordinate representation of color #ACD2CB: hue angle of 168.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2CB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB172210203-
CMYK0.1800.030.18
HSL168.95º29.69%74.9%-
HSV(B)168.95º18.1%82.35%-
XYZ50.8459.1865.24-
YUV197.84130.91109.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=29.40%
G=35.90%
B=34.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722102030.1800.030.18168.9529.6974.9
HexACD2CB120312a91e4b
Octal25432231322032225136113
Binary101011001101001011001011100100111001010101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2CB; }

 p { color: rgb(172,210,203); }

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

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

 a { background-color: rgb(172,210,203); }

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

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

 span { border-color: rgb(172,210,203); }

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