Shades of Puerto Rico #46C3AD
Tints of Puerto Rico #46C3AD
RGB
CMYK
RGB Variations
Color information
#46C3AD (or 0x46C3AD) is known color: Puerto Rico. HEX triplet: 46, C3 and AD. RGB value is (70,195,173). Sum of RGB (Red+Green+Blue) = 70+195+173=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #46C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C3AD is #B93C52. Grayscale: #9B9B9B. Windows color (decimal): -12139603 or 11387718. OLE color: 11387718.
HSL color Cylindrical-coordinate representation of color #46C3AD: hue angle of 169.44º degrees, saturation: 0.51, 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 #46C3AD is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 173 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.24 |
| HSL | 169.44º | 0.51% | 0.52% | - |
| HSV(B) | 169.44º | 0.64% | 0.76% | - |
| XYZ | 29.58 | 43.35 | 46.34 | - |
| YUV | 155.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 173 | 0.64 | 0 | 0.11 | 0.24 | 169.44 | 0.51 | 0.52 |
| Hex | 46 | C3 | AD | 40 | 0 | B | 18 | A9 | 33 | 34 |
| Octal | 106 | 303 | 255 | 100 | 0 | 13 | 30 | 251 | 63 | 64 |
| Binary | 1000110 | 11000011 | 10101101 | 1000000 | 0 | 1011 | 11000 | 10101001 | 110011 | 110100 |
Color Harmonies of #46C3AD
Complementary color
Monochromatic Colors of #46C3AD
Black with #46C3AD
Text Example
Text Example
White with #46C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C3AD; }
p { color: rgb(70,195,173); }
H1.HeaderClassName
{
color: #46C3AD;
}
.AnyTagClassName
{
color: #46C3AD;
}
</style>
background-color css
<style>
a { background-color: #46C3AD; }
a { background-color: rgb(70,195,173); }
div.DivClassName
{
background-color: #46C3AD;
}
.BgClassName
{
background-color: #46C3AD;
}
</style>
border-color css
<style>
span { border-color: #46C3AD; }
span { border-color: rgb(70,195,173); }
td.TdClassName
{
border-color: #46C3AD;
}
.TagClassName
{
border-color: #46C3AD;
}
</style>