Shades of Puerto Rico #46CAB2
Tints of Puerto Rico #46CAB2
RGB
CMYK
RGB Variations
Color information
#46CAB2 (or 0x46CAB2) is known color: Puerto Rico. HEX triplet: 46, CA and B2. RGB value is (70,202,178). Sum of RGB (Red+Green+Blue) = 70+202+178=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #46CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CAB2 is #B9354D. Grayscale: #9F9F9F. Windows color (decimal): -12137806 or 11717190. OLE color: 11717190.
HSL color Cylindrical-coordinate representation of color #46CAB2: hue angle of 169.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CAB2 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 178 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.21 |
| HSL | 169.09º | 0.55% | 0.53% | - |
| HSV(B) | 169.09º | 0.65% | 0.79% | - |
| XYZ | 31.68 | 46.76 | 49.47 | - |
| YUV | 159.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 178 | 0.65 | 0 | 0.12 | 0.21 | 169.09 | 0.55 | 0.53 |
| Hex | 46 | CA | B2 | 41 | 0 | C | 15 | A9 | 37 | 35 |
| Octal | 106 | 312 | 262 | 101 | 0 | 14 | 25 | 251 | 67 | 65 |
| Binary | 1000110 | 11001010 | 10110010 | 1000001 | 0 | 1100 | 10101 | 10101001 | 110111 | 110101 |
Color Harmonies of #46CAB2
Complementary color
Monochromatic Colors of #46CAB2
Black with #46CAB2
Text Example
Text Example
White with #46CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CAB2; }
p { color: rgb(70,202,178); }
H1.HeaderClassName
{
color: #46CAB2;
}
.AnyTagClassName
{
color: #46CAB2;
}
</style>
background-color css
<style>
a { background-color: #46CAB2; }
a { background-color: rgb(70,202,178); }
div.DivClassName
{
background-color: #46CAB2;
}
.BgClassName
{
background-color: #46CAB2;
}
</style>
border-color css
<style>
span { border-color: #46CAB2; }
span { border-color: rgb(70,202,178); }
td.TdClassName
{
border-color: #46CAB2;
}
.TagClassName
{
border-color: #46CAB2;
}
</style>