Shades of Puerto Rico #46BA9E
Tints of Puerto Rico #46BA9E
RGB
CMYK
RGB Variations
Color information
#46BA9E (or 0x46BA9E) is known color: Puerto Rico. HEX triplet: 46, BA and 9E. RGB value is (70,186,158). Sum of RGB (Red+Green+Blue) = 70+186+158=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BA9E is #B94561. Grayscale: #949494. Windows color (decimal): -12141922 or 10402374. OLE color: 10402374.
HSL color Cylindrical-coordinate representation of color #46BA9E: hue angle of 165.52º 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 #46BA9E is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 158 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.27 |
| HSL | 165.52º | 0.46% | 0.5% | - |
| HSV(B) | 165.52º | 0.62% | 0.73% | - |
| XYZ | 26.26 | 38.89 | 38.47 | - |
| YUV | 148.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 158 | 0.62 | 0 | 0.15 | 0.27 | 165.52 | 0.46 | 0.5 |
| Hex | 46 | BA | 9E | 3E | 0 | F | 1B | A6 | 2E | 32 |
| Octal | 106 | 272 | 236 | 76 | 0 | 17 | 33 | 246 | 56 | 62 |
| Binary | 1000110 | 10111010 | 10011110 | 111110 | 0 | 1111 | 11011 | 10100110 | 101110 | 110010 |
Color Harmonies of #46BA9E
Complementary color
Monochromatic Colors of #46BA9E
Black with #46BA9E
Text Example
Text Example
White with #46BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA9E; }
p { color: rgb(70,186,158); }
H1.HeaderClassName
{
color: #46BA9E;
}
.AnyTagClassName
{
color: #46BA9E;
}
</style>
background-color css
<style>
a { background-color: #46BA9E; }
a { background-color: rgb(70,186,158); }
div.DivClassName
{
background-color: #46BA9E;
}
.BgClassName
{
background-color: #46BA9E;
}
</style>
border-color css
<style>
span { border-color: #46BA9E; }
span { border-color: rgb(70,186,158); }
td.TdClassName
{
border-color: #46BA9E;
}
.TagClassName
{
border-color: #46BA9E;
}
</style>