#ACD7CA

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

Shades of Scandal #ACD7CA

Tints of Scandal #ACD7CA

Color information

#ACD7CA (or 0xACD7CA) is unknown color: approx Scandal. HEX triplet: AC, D7 and CA. RGB value is (172,215,202). Sum of RGB (Red+Green+Blue) = 172+215+202=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7CA is #532835. Grayscale: #C8C8C8. Windows color (decimal): -5449782 or 13293484. OLE color: 13293484.

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

Color convert

RGB172215202-
CMYK0.200.060.16
HSL161.86º34.96%75.88%-
HSV(B)161.86º20%84.31%-
XYZ51.9761.6465.03-
YUV200.66128.75107.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=29.20%
G=36.50%
B=34.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722152020.200.060.16161.8634.9675.88
HexACD7CA140610a2234c
Octal25432731224062024243114
Binary10101100110101111100101010100011010000101000101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7CA; }

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

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

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

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

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

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

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

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