#ACD6CB

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

Shades of Scandal #ACD6CB

Tints of Scandal #ACD6CB

Color information

#ACD6CB (or 0xACD6CB) is unknown color: approx Scandal. HEX triplet: AC, D6 and CB. RGB value is (172,214,203). Sum of RGB (Red+Green+Blue) = 172+214+203=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6CB is #532934. Grayscale: #C8C8C8. Windows color (decimal): -5450037 or 13358764. OLE color: 13358764.

HSL color Cylindrical-coordinate representation of color #ACD6CB: hue angle of 164.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6CB is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB172214203-
CMYK0.2000.050.16
HSL164.29º33.87%75.69%-
HSV(B)164.29º19.63%83.92%-
XYZ51.8461.1865.58-
YUV200.19129.59107.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=29.20%
G=36.33%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722142030.2000.050.16164.2933.8775.69
HexACD6CB140510a4224c
Octal25432631324052024442114
Binary10101100110101101100101110100010110000101001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6CB; }

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

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

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

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

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

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

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

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