Shades of Puerto Rico #46C19F
Tints of Puerto Rico #46C19F
RGB
CMYK
RGB Variations
Color information
#46C19F (or 0x46C19F) is known color: Puerto Rico. HEX triplet: 46, C1 and 9F. RGB value is (70,193,159). Sum of RGB (Red+Green+Blue) = 70+193+159=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #46C19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C19F is #B93E60. Grayscale: #989898. Windows color (decimal): -12140129 or 10469702. OLE color: 10469702.
HSL color Cylindrical-coordinate representation of color #46C19F: hue angle of 163.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C19F is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 159 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.24 |
| HSL | 163.41º | 0.5% | 0.52% | - |
| HSV(B) | 163.41º | 0.64% | 0.76% | - |
| XYZ | 27.85 | 41.95 | 39.43 | - |
| YUV | 152.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 159 | 0.64 | 0 | 0.18 | 0.24 | 163.41 | 0.5 | 0.52 |
| Hex | 46 | C1 | 9F | 40 | 0 | 12 | 18 | A3 | 32 | 34 |
| Octal | 106 | 301 | 237 | 100 | 0 | 22 | 30 | 243 | 62 | 64 |
| Binary | 1000110 | 11000001 | 10011111 | 1000000 | 0 | 10010 | 11000 | 10100011 | 110010 | 110100 |
Color Harmonies of #46C19F
Complementary color
Monochromatic Colors of #46C19F
Black with #46C19F
Text Example
Text Example
White with #46C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C19F; }
p { color: rgb(70,193,159); }
H1.HeaderClassName
{
color: #46C19F;
}
.AnyTagClassName
{
color: #46C19F;
}
</style>
background-color css
<style>
a { background-color: #46C19F; }
a { background-color: rgb(70,193,159); }
div.DivClassName
{
background-color: #46C19F;
}
.BgClassName
{
background-color: #46C19F;
}
</style>
border-color css
<style>
span { border-color: #46C19F; }
span { border-color: rgb(70,193,159); }
td.TdClassName
{
border-color: #46C19F;
}
.TagClassName
{
border-color: #46C19F;
}
</style>