#3C9C94

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

Shades of Blue Chill #3C9C94

Tints of Blue Chill #3C9C94

Color information

#3C9C94 (or 0x3C9C94) is unknown color: approx Blue Chill. HEX triplet: 3C, 9C and 94. RGB value is (60,156,148). Sum of RGB (Red+Green+Blue) = 60+156+148=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9C94 is #C3636B. Grayscale: #7E7E7E. Windows color (decimal): -12804972 or 9739324. OLE color: 9739324.

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

Color convert

RGB60156148-
CMYK0.6200.050.39
HSL175º44.44%42.35%-
HSV(B)175º61.54%61.18%-
XYZ19.126.8832.2-
YUV126.38140.280.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.48%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=16.48%
G=42.86%
B=40.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601561480.6200.050.3917544.4442.35
Hex3C9C943E0527af2c2a
Octal742342247605472575452
Binary1111001001110010010100111110010110011110101111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,156,148); }

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

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

 a { background-color: rgb(60,156,148); }

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

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

 span { border-color: rgb(60,156,148); }

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