#ACD8CA

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

Shades of Scandal #ACD8CA

Tints of Scandal #ACD8CA

Color information

#ACD8CA (or 0xACD8CA) is unknown color: approx Scandal. HEX triplet: AC, D8 and CA. RGB value is (172,216,202). Sum of RGB (Red+Green+Blue) = 172+216+202=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8CA is #532735. Grayscale: #C9C9C9. Windows color (decimal): -5449526 or 13293740. OLE color: 13293740.

HSL color Cylindrical-coordinate representation of color #ACD8CA: hue angle of 160.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8CA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB172216202-
CMYK0.2000.060.15
HSL160.91º36.07%76.08%-
HSV(B)160.91º20.37%84.71%-
XYZ52.2362.1565.12-
YUV201.25128.42107.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=29.15%
G=36.61%
B=34.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722162020.2000.060.15160.9136.0776.08
HexACD8CA1406Fa1244c
Octal25433031224061724144114
Binary1010110011011000110010101010001101111101000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8CA; }

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

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

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

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

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

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

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

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