#A0CEC6

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

Shades of Sinbad #A0CEC6

Tints of Sinbad #A0CEC6

Color information

#A0CEC6 (or 0xA0CEC6) is unknown color: approx Sinbad. HEX triplet: A0, CE and C6. RGB value is (160,206,198). Sum of RGB (Red+Green+Blue) = 160+206+198=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEC6 is #5F3139. Grayscale: #BFBFBF. Windows color (decimal): -6238522 or 13029024. OLE color: 13029024.

HSL color Cylindrical-coordinate representation of color #A0CEC6: hue angle of 169.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEC6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB160206198-
CMYK0.2200.040.19
HSL169.57º31.94%71.76%-
HSV(B)169.57º22.33%80.78%-
XYZ46.7655.6961.71-
YUV191.33131.76105.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=28.37%
G=36.52%
B=35.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061980.2200.040.19169.5731.9471.76
HexA0CEC6160413aa2048
Octal24031630626042325240110
Binary10100000110011101100011010110010010011101010101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEC6; }

 p { color: rgb(160,206,198); }

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

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

 a { background-color: rgb(160,206,198); }

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

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

 span { border-color: rgb(160,206,198); }

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