Shades of Niagara #27A58D
Tints of Niagara #27A58D
RGB
CMYK
RGB Variations
Color information
#27A58D (or 0x27A58D) is known color: Niagara. HEX triplet: 27, A5 and 8D. RGB value is (39,165,141). Sum of RGB (Red+Green+Blue) = 39+165+141=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #27A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A58D is #D85A72. Grayscale: #7C7C7C. Windows color (decimal): -14178931 or 9282855. OLE color: 9282855.
HSL color Cylindrical-coordinate representation of color #27A58D: hue angle of 168.57º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A58D is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 165 | 141 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.35 |
| HSL | 168.57º | 0.62% | 0.4% | - |
| HSV(B) | 168.57º | 0.76% | 0.65% | - |
| XYZ | 19.1 | 29.26 | 29.84 | - |
| YUV | 124.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 165 | 141 | 0.76 | 0 | 0.15 | 0.35 | 168.57 | 0.62 | 0.4 |
| Hex | 27 | A5 | 8D | 4C | 0 | F | 23 | A9 | 3E | 28 |
| Octal | 47 | 245 | 215 | 114 | 0 | 17 | 43 | 251 | 76 | 50 |
| Binary | 100111 | 10100101 | 10001101 | 1001100 | 0 | 1111 | 100011 | 10101001 | 111110 | 101000 |
Color Harmonies of #27A58D
Complementary color
Monochromatic Colors of #27A58D
Black with #27A58D
Text Example
Text Example
White with #27A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A58D; }
p { color: rgb(39,165,141); }
H1.HeaderClassName
{
color: #27A58D;
}
.AnyTagClassName
{
color: #27A58D;
}
</style>
background-color css
<style>
a { background-color: #27A58D; }
a { background-color: rgb(39,165,141); }
div.DivClassName
{
background-color: #27A58D;
}
.BgClassName
{
background-color: #27A58D;
}
</style>
border-color css
<style>
span { border-color: #27A58D; }
span { border-color: rgb(39,165,141); }
td.TdClassName
{
border-color: #27A58D;
}
.TagClassName
{
border-color: #27A58D;
}
</style>