#9BCAC4

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

Shades of Sinbad #9BCAC4

Tints of Sinbad #9BCAC4

Color information

#9BCAC4 (or 0x9BCAC4) is unknown color: approx Sinbad. HEX triplet: 9B, CA and C4. RGB value is (155,202,196). Sum of RGB (Red+Green+Blue) = 155+202+196=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAC4 is #64353B. Grayscale: #BBBBBB. Windows color (decimal): -6567228 or 12896923. OLE color: 12896923.

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

Color convert

RGB155202196-
CMYK0.2300.030.21
HSL172.34º30.72%70%-
HSV(B)172.34º23.27%79.22%-
XYZ44.653.260.14-
YUV187.26132.93104.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.03%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=28.03%
G=36.53%
B=35.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021960.2300.030.21172.3430.7270
Hex9BCAC4170315ac1f46
Octal23331230427032525437106
Binary100110111100101011000100101110111010110101100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,196); }

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

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

 a { background-color: rgb(155,202,196); }

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

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

 span { border-color: rgb(155,202,196); }

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