#9CCAC5

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

Shades of Sinbad #9CCAC5

Tints of Sinbad #9CCAC5

Color information

#9CCAC5 (or 0x9CCAC5) is unknown color: approx Sinbad. HEX triplet: 9C, CA and C5. RGB value is (156,202,197). Sum of RGB (Red+Green+Blue) = 156+202+197=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAC5 is #63353A. Grayscale: #BBBBBB. Windows color (decimal): -6501691 or 12962460. OLE color: 12962460.

HSL color Cylindrical-coordinate representation of color #9CCAC5: hue angle of 173.48º 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 #9CCAC5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB156202197-
CMYK0.2300.020.21
HSL173.48º30.26%70.2%-
HSV(B)173.48º22.77%79.22%-
XYZ44.9153.3460.75-
YUV187.68133.26105.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=28.11%
G=36.40%
B=35.50%

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
Decimal1562021970.2300.020.21173.4830.2670.2
Hex9CCAC5170215ad1e46
Octal23431230527022525536106
Binary100111001100101011000101101110101010110101101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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