#3C9B97

Color #3C9B97 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3C9B97

Tints of Blue Chill #3C9B97

Color information

#3C9B97 (or 0x3C9B97) is unknown color: approx Blue Chill. HEX triplet: 3C, 9B and 97. RGB value is (60,155,151). Sum of RGB (Red+Green+Blue) = 60+155+151=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9B97 is #C36468. Grayscale: #7E7E7E. Windows color (decimal): -12805225 or 9935676. OLE color: 9935676.

HSL color Cylindrical-coordinate representation of color #3C9B97: hue angle of 177.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B97 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB60155151-
CMYK0.6100.030.39
HSL177.47º44.19%42.16%-
HSV(B)177.47º61.29%60.78%-
XYZ19.1726.6433.41-
YUV126.14142.0380.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=16.39%
G=42.35%
B=41.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601551510.6100.030.39177.4744.1942.16
Hex3C9B973D0327b12c2a
Octal742332277503472615452
Binary111100100110111001011111110101110011110110001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C9B97; }

 p { color: rgb(60,155,151); }

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

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

 a { background-color: rgb(60,155,151); }

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

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

 span { border-color: rgb(60,155,151); }

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