Shades of Puerto Rico #46BA97
Tints of Puerto Rico #46BA97
RGB
CMYK
RGB Variations
Color information
#46BA97 (or 0x46BA97) is known color: Puerto Rico. HEX triplet: 46, BA and 97. RGB value is (70,186,151). Sum of RGB (Red+Green+Blue) = 70+186+151=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BA97 is #B94568. Grayscale: #939393. Windows color (decimal): -12141929 or 9943622. OLE color: 9943622.
HSL color Cylindrical-coordinate representation of color #46BA97: hue angle of 161.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46BA97 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 151 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.27 |
| HSL | 161.9º | 0.46% | 0.5% | - |
| HSV(B) | 161.9º | 0.62% | 0.73% | - |
| XYZ | 25.67 | 38.65 | 35.39 | - |
| YUV | 147.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 151 | 0.62 | 0 | 0.19 | 0.27 | 161.9 | 0.46 | 0.5 |
| Hex | 46 | BA | 97 | 3E | 0 | 13 | 1B | A2 | 2E | 32 |
| Octal | 106 | 272 | 227 | 76 | 0 | 23 | 33 | 242 | 56 | 62 |
| Binary | 1000110 | 10111010 | 10010111 | 111110 | 0 | 10011 | 11011 | 10100010 | 101110 | 110010 |
Color Harmonies of #46BA97
Complementary color
Monochromatic Colors of #46BA97
Black with #46BA97
Text Example
Text Example
White with #46BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA97; }
p { color: rgb(70,186,151); }
H1.HeaderClassName
{
color: #46BA97;
}
.AnyTagClassName
{
color: #46BA97;
}
</style>
background-color css
<style>
a { background-color: #46BA97; }
a { background-color: rgb(70,186,151); }
div.DivClassName
{
background-color: #46BA97;
}
.BgClassName
{
background-color: #46BA97;
}
</style>
border-color css
<style>
span { border-color: #46BA97; }
span { border-color: rgb(70,186,151); }
td.TdClassName
{
border-color: #46BA97;
}
.TagClassName
{
border-color: #46BA97;
}
</style>