#9CCAC6

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

Shades of Sinbad #9CCAC6

Tints of Sinbad #9CCAC6

Color information

#9CCAC6 (or 0x9CCAC6) is unknown color: approx Sinbad. HEX triplet: 9C, CA and C6. RGB value is (156,202,198). Sum of RGB (Red+Green+Blue) = 156+202+198=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAC6 is #633539. Grayscale: #BBBBBB. Windows color (decimal): -6501690 or 13027996. OLE color: 13027996.

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

Color convert

RGB156202198-
CMYK0.2300.020.21
HSL174.78º30.26%70.2%-
HSV(B)174.78º22.77%79.22%-
XYZ45.0253.3961.36-
YUV187.79133.76105.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=28.06%
G=36.33%
B=35.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021980.2300.020.21174.7830.2670.2
Hex9CCAC6170215af1e46
Octal23431230627022525736106
Binary100111001100101011000110101110101010110101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCAC6; }

 p { color: rgb(156,202,198); }

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

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

 a { background-color: rgb(156,202,198); }

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

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

 span { border-color: rgb(156,202,198); }

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