Shades of Puerto Rico #46CEAF
Tints of Puerto Rico #46CEAF
RGB
CMYK
RGB Variations
Color information
#46CEAF (or 0x46CEAF) is known color: Puerto Rico. HEX triplet: 46, CE and AF. RGB value is (70,206,175). Sum of RGB (Red+Green+Blue) = 70+206+175=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CEAF is #B93150. Grayscale: #A1A1A1. Windows color (decimal): -12136785 or 11521606. OLE color: 11521606.
HSL color Cylindrical-coordinate representation of color #46CEAF: hue angle of 166.32º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEAF is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 175 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.19 |
| HSL | 166.32º | 0.58% | 0.54% | - |
| HSV(B) | 166.32º | 0.66% | 0.81% | - |
| XYZ | 32.33 | 48.54 | 48.22 | - |
| YUV | 161.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 175 | 0.66 | 0 | 0.15 | 0.19 | 166.32 | 0.58 | 0.54 |
| Hex | 46 | CE | AF | 42 | 0 | F | 13 | A6 | 3A | 36 |
| Octal | 106 | 316 | 257 | 102 | 0 | 17 | 23 | 246 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10101111 | 1000010 | 0 | 1111 | 10011 | 10100110 | 111010 | 110110 |
Color Harmonies of #46CEAF
Complementary color
Monochromatic Colors of #46CEAF
Black with #46CEAF
Text Example
Text Example
White with #46CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEAF; }
p { color: rgb(70,206,175); }
H1.HeaderClassName
{
color: #46CEAF;
}
.AnyTagClassName
{
color: #46CEAF;
}
</style>
background-color css
<style>
a { background-color: #46CEAF; }
a { background-color: rgb(70,206,175); }
div.DivClassName
{
background-color: #46CEAF;
}
.BgClassName
{
background-color: #46CEAF;
}
</style>
border-color css
<style>
span { border-color: #46CEAF; }
span { border-color: rgb(70,206,175); }
td.TdClassName
{
border-color: #46CEAF;
}
.TagClassName
{
border-color: #46CEAF;
}
</style>