Shades of Blue Chill #3C9C9A
Tints of Blue Chill #3C9C9A
RGB
CMYK
RGB Variations
Color information
#3C9C9A (or 0x3C9C9A) is known color: Blue Chill. HEX triplet: 3C, 9C and 9A. RGB value is (60,156,154). Sum of RGB (Red+Green+Blue) = 60+156+154=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9C9A is #C36365. Grayscale: #7E7E7E. Windows color (decimal): -12804966 or 10132540. OLE color: 10132540.
HSL color Cylindrical-coordinate representation of color #3C9C9A: hue angle of 178.75º 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 #3C9C9A is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 154 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.39 |
| HSL | 178.75º | 0.44% | 0.42% | - |
| HSV(B) | 178.75º | 0.62% | 0.61% | - |
| XYZ | 19.58 | 27.07 | 34.76 | - |
| YUV | 127.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 154 | 0.62 | 0 | 0.01 | 0.39 | 178.75 | 0.44 | 0.42 |
| Hex | 3C | 9C | 9A | 3E | 0 | 1 | 27 | B3 | 2C | 2A |
| Octal | 74 | 234 | 232 | 76 | 0 | 1 | 47 | 263 | 54 | 52 |
| Binary | 111100 | 10011100 | 10011010 | 111110 | 0 | 1 | 100111 | 10110011 | 101100 | 101010 |
Color Harmonies of #3C9C9A
Complementary color
Monochromatic Colors of #3C9C9A
Black with #3C9C9A
Text Example
Text Example
White with #3C9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C9A; }
p { color: rgb(60,156,154); }
H1.HeaderClassName
{
color: #3C9C9A;
}
.AnyTagClassName
{
color: #3C9C9A;
}
</style>
background-color css
<style>
a { background-color: #3C9C9A; }
a { background-color: rgb(60,156,154); }
div.DivClassName
{
background-color: #3C9C9A;
}
.BgClassName
{
background-color: #3C9C9A;
}
</style>
border-color css
<style>
span { border-color: #3C9C9A; }
span { border-color: rgb(60,156,154); }
td.TdClassName
{
border-color: #3C9C9A;
}
.TagClassName
{
border-color: #3C9C9A;
}
</style>