#9DCAC5

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

Shades of Sinbad #9DCAC5

Tints of Sinbad #9DCAC5

Color information

#9DCAC5 (or 0x9DCAC5) is unknown color: approx Sinbad. HEX triplet: 9D, CA and C5. RGB value is (157,202,197). Sum of RGB (Red+Green+Blue) = 157+202+197=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAC5 is #62353A. Grayscale: #BBBBBB. Windows color (decimal): -6436155 or 12962461. OLE color: 12962461.

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

Color convert

RGB157202197-
CMYK0.2200.020.21
HSL173.33º29.8%70.39%-
HSV(B)173.33º22.28%79.22%-
XYZ45.153.4460.76-
YUV187.98133.09105.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=28.24%
G=36.33%
B=35.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021970.2200.020.21173.3329.870.39
Hex9DCAC5160215ad1e46
Octal23531230526022525536106
Binary100111011100101011000101101100101010110101101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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