#A0CCC5

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

Shades of Sinbad #A0CCC5

Tints of Sinbad #A0CCC5

Color information

#A0CCC5 (or 0xA0CCC5) is unknown color: approx Sinbad. HEX triplet: A0, CC and C5. RGB value is (160,204,197). Sum of RGB (Red+Green+Blue) = 160+204+197=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCC5 is #5F333A. Grayscale: #BEBEBE. Windows color (decimal): -6239035 or 12962976. OLE color: 12962976.

HSL color Cylindrical-coordinate representation of color #A0CCC5: hue angle of 170.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCC5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB160204197-
CMYK0.2200.030.2
HSL170.45º30.14%71.37%-
HSV(B)170.45º21.57%80%-
XYZ46.1754.6960.95-
YUV190.05131.92106.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=28.52%
G=36.36%
B=35.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041970.2200.030.2170.4530.1471.37
HexA0CCC5160314aa1e47
Octal24031430526032425236107
Binary101000001100110011000101101100111010010101010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCC5; }

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

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

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

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

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

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

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

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