#A0CFCC

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

Shades of Sinbad #A0CFCC

Tints of Sinbad #A0CFCC

Color information

#A0CFCC (or 0xA0CFCC) is unknown color: approx Sinbad. HEX triplet: A0, CF and CC. RGB value is (160,207,204). Sum of RGB (Red+Green+Blue) = 160+207+204=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFCC is #5F3033. Grayscale: #C0C0C0. Windows color (decimal): -6238260 or 13422496. OLE color: 13422496.

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

Color convert

RGB160207204-
CMYK0.2300.010.19
HSL176.17º32.87%71.96%-
HSV(B)176.17º22.71%81.18%-
XYZ47.7156.4665.51-
YUV192.6134.43104.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=28.02%
G=36.25%
B=35.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602072040.2300.010.19176.1732.8771.96
HexA0CFCC170113b02148
Octal24031731427012326041110
Binary101000001100111111001100101110110011101100001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFCC; }

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

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

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

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

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

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

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

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