Shades of Niagara #3AB09A
Tints of Niagara #3AB09A
RGB
CMYK
RGB Variations
Color information
#3AB09A (or 0x3AB09A) is known color: Niagara. HEX triplet: 3A, B0 and 9A. RGB value is (58,176,154). Sum of RGB (Red+Green+Blue) = 58+176+154=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB09A is #C54F65. Grayscale: #8A8A8A. Windows color (decimal): -12930918 or 10137658. OLE color: 10137658.
HSL color Cylindrical-coordinate representation of color #3AB09A: hue angle of 168.81º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB09A is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 154 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.31 |
| HSL | 168.81º | 0.5% | 0.46% | - |
| HSV(B) | 168.81º | 0.67% | 0.69% | - |
| XYZ | 23.1 | 34.28 | 35.97 | - |
| YUV | 138.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 154 | 0.67 | 0 | 0.12 | 0.31 | 168.81 | 0.5 | 0.46 |
| Hex | 3A | B0 | 9A | 43 | 0 | C | 1F | A9 | 32 | 2E |
| Octal | 72 | 260 | 232 | 103 | 0 | 14 | 37 | 251 | 62 | 56 |
| Binary | 111010 | 10110000 | 10011010 | 1000011 | 0 | 1100 | 11111 | 10101001 | 110010 | 101110 |
Color Harmonies of #3AB09A
Complementary color
Monochromatic Colors of #3AB09A
Black with #3AB09A
Text Example
Text Example
White with #3AB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB09A; }
p { color: rgb(58,176,154); }
H1.HeaderClassName
{
color: #3AB09A;
}
.AnyTagClassName
{
color: #3AB09A;
}
</style>
background-color css
<style>
a { background-color: #3AB09A; }
a { background-color: rgb(58,176,154); }
div.DivClassName
{
background-color: #3AB09A;
}
.BgClassName
{
background-color: #3AB09A;
}
</style>
border-color css
<style>
span { border-color: #3AB09A; }
span { border-color: rgb(58,176,154); }
td.TdClassName
{
border-color: #3AB09A;
}
.TagClassName
{
border-color: #3AB09A;
}
</style>