#ACD6CA

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

Shades of Scandal #ACD6CA

Tints of Scandal #ACD6CA

Color information

#ACD6CA (or 0xACD6CA) is unknown color: approx Scandal. HEX triplet: AC, D6 and CA. RGB value is (172,214,202). Sum of RGB (Red+Green+Blue) = 172+214+202=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6CA is #532935. Grayscale: #C8C8C8. Windows color (decimal): -5450038 or 13293228. OLE color: 13293228.

HSL color Cylindrical-coordinate representation of color #ACD6CA: hue angle of 162.86º 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 #ACD6CA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB172214202-
CMYK0.2000.060.16
HSL162.86º33.87%75.69%-
HSV(B)162.86º19.63%83.92%-
XYZ51.7261.1364.95-
YUV200.07129.09107.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=29.25%
G=36.39%
B=34.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722142020.2000.060.16162.8633.8775.69
HexACD6CA140610a3224c
Octal25432631224062024342114
Binary10101100110101101100101010100011010000101000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6CA; }

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

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

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

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

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

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

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

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