#ACD7CB

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

Shades of Scandal #ACD7CB

Tints of Scandal #ACD7CB

Color information

#ACD7CB (or 0xACD7CB) is unknown color: approx Scandal. HEX triplet: AC, D7 and CB. RGB value is (172,215,203). Sum of RGB (Red+Green+Blue) = 172+215+203=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7CB is #532834. Grayscale: #C8C8C8. Windows color (decimal): -5449781 or 13359020. OLE color: 13359020.

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

Color convert

RGB172215203-
CMYK0.200.060.16
HSL163.26º34.96%75.88%-
HSV(B)163.26º20%84.31%-
XYZ52.0961.6865.66-
YUV200.77129.25107.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=29.15%
G=36.44%
B=34.41%

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
Decimal1722152030.200.060.16163.2634.9675.88
HexACD7CB140610a3234c
Octal25432731324062024343114
Binary10101100110101111100101110100011010000101000111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7CB; }

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

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

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

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

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

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

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

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