Shades of Niagara #3CB094
Tints of Niagara #3CB094
RGB
CMYK
RGB Variations
Color information
#3CB094 (or 0x3CB094) is known color: Niagara. HEX triplet: 3C, B0 and 94. RGB value is (60,176,148). Sum of RGB (Red+Green+Blue) = 60+176+148=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB094 is #C34F6B. Grayscale: #8A8A8A. Windows color (decimal): -12799852 or 9744444. OLE color: 9744444.
HSL color Cylindrical-coordinate representation of color #3CB094: hue angle of 165.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB094 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 148 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.31 |
| HSL | 165.52º | 0.49% | 0.46% | - |
| HSV(B) | 165.52º | 0.66% | 0.69% | - |
| XYZ | 22.73 | 34.15 | 33.41 | - |
| YUV | 138.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 148 | 0.66 | 0 | 0.16 | 0.31 | 165.52 | 0.49 | 0.46 |
| Hex | 3C | B0 | 94 | 42 | 0 | 10 | 1F | A6 | 31 | 2E |
| Octal | 74 | 260 | 224 | 102 | 0 | 20 | 37 | 246 | 61 | 56 |
| Binary | 111100 | 10110000 | 10010100 | 1000010 | 0 | 10000 | 11111 | 10100110 | 110001 | 101110 |
Color Harmonies of #3CB094
Complementary color
Monochromatic Colors of #3CB094
Black with #3CB094
Text Example
Text Example
White with #3CB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB094; }
p { color: rgb(60,176,148); }
H1.HeaderClassName
{
color: #3CB094;
}
.AnyTagClassName
{
color: #3CB094;
}
</style>
background-color css
<style>
a { background-color: #3CB094; }
a { background-color: rgb(60,176,148); }
div.DivClassName
{
background-color: #3CB094;
}
.BgClassName
{
background-color: #3CB094;
}
</style>
border-color css
<style>
span { border-color: #3CB094; }
span { border-color: rgb(60,176,148); }
td.TdClassName
{
border-color: #3CB094;
}
.TagClassName
{
border-color: #3CB094;
}
</style>