Shades of Puerto Rico #46BA9C
Tints of Puerto Rico #46BA9C
RGB
CMYK
RGB Variations
Color information
#46BA9C (or 0x46BA9C) is known color: Puerto Rico. HEX triplet: 46, BA and 9C. RGB value is (70,186,156). Sum of RGB (Red+Green+Blue) = 70+186+156=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BA9C is #B94563. Grayscale: #939393. Windows color (decimal): -12141924 or 10271302. OLE color: 10271302.
HSL color Cylindrical-coordinate representation of color #46BA9C: hue angle of 164.48º 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 #46BA9C is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 156 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.27 |
| HSL | 164.48º | 0.46% | 0.5% | - |
| HSV(B) | 164.48º | 0.62% | 0.73% | - |
| XYZ | 26.09 | 38.82 | 37.57 | - |
| YUV | 147.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 156 | 0.62 | 0 | 0.16 | 0.27 | 164.48 | 0.46 | 0.5 |
| Hex | 46 | BA | 9C | 3E | 0 | 10 | 1B | A4 | 2E | 32 |
| Octal | 106 | 272 | 234 | 76 | 0 | 20 | 33 | 244 | 56 | 62 |
| Binary | 1000110 | 10111010 | 10011100 | 111110 | 0 | 10000 | 11011 | 10100100 | 101110 | 110010 |
Color Harmonies of #46BA9C
Complementary color
Monochromatic Colors of #46BA9C
Black with #46BA9C
Text Example
Text Example
White with #46BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA9C; }
p { color: rgb(70,186,156); }
H1.HeaderClassName
{
color: #46BA9C;
}
.AnyTagClassName
{
color: #46BA9C;
}
</style>
background-color css
<style>
a { background-color: #46BA9C; }
a { background-color: rgb(70,186,156); }
div.DivClassName
{
background-color: #46BA9C;
}
.BgClassName
{
background-color: #46BA9C;
}
</style>
border-color css
<style>
span { border-color: #46BA9C; }
span { border-color: rgb(70,186,156); }
td.TdClassName
{
border-color: #46BA9C;
}
.TagClassName
{
border-color: #46BA9C;
}
</style>