Shades of Puerto Rico #46C2B4
Tints of Puerto Rico #46C2B4
RGB
CMYK
RGB Variations
Color information
#46C2B4 (or 0x46C2B4) is known color: Puerto Rico. HEX triplet: 46, C2 and B4. RGB value is (70,194,180). Sum of RGB (Red+Green+Blue) = 70+194+180=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #46C2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C2B4 is #B93D4B. Grayscale: #9B9B9B. Windows color (decimal): -12139852 or 11846214. OLE color: 11846214.
HSL color Cylindrical-coordinate representation of color #46C2B4: hue angle of 173.23º 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 #46C2B4 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 194 | 180 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.24 |
| HSL | 173.23º | 0.5% | 0.52% | - |
| HSV(B) | 173.23º | 0.64% | 0.76% | - |
| XYZ | 30.06 | 43.18 | 49.93 | - |
| YUV | 155.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 180 | 0.64 | 0 | 0.07 | 0.24 | 173.23 | 0.5 | 0.52 |
| Hex | 46 | C2 | B4 | 40 | 0 | 7 | 18 | AD | 32 | 34 |
| Octal | 106 | 302 | 264 | 100 | 0 | 7 | 30 | 255 | 62 | 64 |
| Binary | 1000110 | 11000010 | 10110100 | 1000000 | 0 | 111 | 11000 | 10101101 | 110010 | 110100 |
Color Harmonies of #46C2B4
Complementary color
Monochromatic Colors of #46C2B4
Black with #46C2B4
Text Example
Text Example
White with #46C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C2B4; }
p { color: rgb(70,194,180); }
H1.HeaderClassName
{
color: #46C2B4;
}
.AnyTagClassName
{
color: #46C2B4;
}
</style>
background-color css
<style>
a { background-color: #46C2B4; }
a { background-color: rgb(70,194,180); }
div.DivClassName
{
background-color: #46C2B4;
}
.BgClassName
{
background-color: #46C2B4;
}
</style>
border-color css
<style>
span { border-color: #46C2B4; }
span { border-color: rgb(70,194,180); }
td.TdClassName
{
border-color: #46C2B4;
}
.TagClassName
{
border-color: #46C2B4;
}
</style>