Shades of Puerto Rico #42B39E
Tints of Puerto Rico #42B39E
RGB
CMYK
RGB Variations
Color information
#42B39E (or 0x42B39E) is known color: Puerto Rico. HEX triplet: 42, B3 and 9E. RGB value is (66,179,158). Sum of RGB (Red+Green+Blue) = 66+179+158=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #42B39E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B39E is #BD4C61. Grayscale: #8E8E8E. Windows color (decimal): -12405858 or 10400578. OLE color: 10400578.
HSL color Cylindrical-coordinate representation of color #42B39E: hue angle of 168.85º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B39E is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 158 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.30 |
| HSL | 168.85º | 0.46% | 0.48% | - |
| HSV(B) | 168.85º | 0.63% | 0.7% | - |
| XYZ | 24.54 | 35.87 | 37.98 | - |
| YUV | 142.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 158 | 0.63 | 0 | 0.12 | 0.30 | 168.85 | 0.46 | 0.48 |
| Hex | 42 | B3 | 9E | 3F | 0 | C | 1E | A9 | 2E | 30 |
| Octal | 102 | 263 | 236 | 77 | 0 | 14 | 36 | 251 | 56 | 60 |
| Binary | 1000010 | 10110011 | 10011110 | 111111 | 0 | 1100 | 11110 | 10101001 | 101110 | 110000 |
Color Harmonies of #42B39E
Complementary color
Monochromatic Colors of #42B39E
Black with #42B39E
Text Example
Text Example
White with #42B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B39E; }
p { color: rgb(66,179,158); }
H1.HeaderClassName
{
color: #42B39E;
}
.AnyTagClassName
{
color: #42B39E;
}
</style>
background-color css
<style>
a { background-color: #42B39E; }
a { background-color: rgb(66,179,158); }
div.DivClassName
{
background-color: #42B39E;
}
.BgClassName
{
background-color: #42B39E;
}
</style>
border-color css
<style>
span { border-color: #42B39E; }
span { border-color: rgb(66,179,158); }
td.TdClassName
{
border-color: #42B39E;
}
.TagClassName
{
border-color: #42B39E;
}
</style>