#A0CFC5

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

Shades of Sinbad #A0CFC5

Tints of Sinbad #A0CFC5

Color information

#A0CFC5 (or 0xA0CFC5) is unknown color: approx Sinbad. HEX triplet: A0, CF and C5. RGB value is (160,207,197). Sum of RGB (Red+Green+Blue) = 160+207+197=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC5 is #5F303A. Grayscale: #BFBFBF. Windows color (decimal): -6238267 or 12963744. OLE color: 12963744.

HSL color Cylindrical-coordinate representation of color #A0CFC5: hue angle of 167.23º 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 #A0CFC5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB160207197-
CMYK0.2300.050.19
HSL167.23º32.87%71.96%-
HSV(B)167.23º22.71%81.18%-
XYZ46.8956.1361.19-
YUV191.81130.93105.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=28.37%
G=36.70%
B=34.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071970.2300.050.19167.2332.8771.96
HexA0CFC5170513a72148
Octal24031730527052324741110
Binary10100000110011111100010110111010110011101001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFC5; }

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

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

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

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

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

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

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

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