#A0CAC5

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

Shades of Sinbad #A0CAC5

Tints of Sinbad #A0CAC5

Color information

#A0CAC5 (or 0xA0CAC5) is unknown color: approx Sinbad. HEX triplet: A0, CA and C5. RGB value is (160,202,197). Sum of RGB (Red+Green+Blue) = 160+202+197=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC5 is #5F353A. Grayscale: #BCBCBC. Windows color (decimal): -6239547 or 12962464. OLE color: 12962464.

HSL color Cylindrical-coordinate representation of color #A0CAC5: hue angle of 172.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB160202197-
CMYK0.2100.020.21
HSL172.86º28.38%70.98%-
HSV(B)172.86º20.79%79.22%-
XYZ45.753.7560.79-
YUV188.87132.59107.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=28.62%
G=36.14%
B=35.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021970.2100.020.21172.8628.3870.98
HexA0CAC5150215ad1c47
Octal24031230525022525534107
Binary101000001100101011000101101010101010110101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAC5; }

 p { color: rgb(160,202,197); }

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

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

 a { background-color: rgb(160,202,197); }

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

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

 span { border-color: rgb(160,202,197); }

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