Shades of Puerto Rico #42B39C
Tints of Puerto Rico #42B39C
RGB
CMYK
RGB Variations
Color information
#42B39C (or 0x42B39C) is known color: Puerto Rico. HEX triplet: 42, B3 and 9C. RGB value is (66,179,156). Sum of RGB (Red+Green+Blue) = 66+179+156=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #42B39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B39C is #BD4C63. Grayscale: #8E8E8E. Windows color (decimal): -12405860 or 10269506. OLE color: 10269506.
HSL color Cylindrical-coordinate representation of color #42B39C: hue angle of 167.79º 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 #42B39C is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 156 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.30 |
| HSL | 167.79º | 0.46% | 0.48% | - |
| HSV(B) | 167.79º | 0.63% | 0.7% | - |
| XYZ | 24.37 | 35.8 | 37.08 | - |
| YUV | 142.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 156 | 0.63 | 0 | 0.13 | 0.30 | 167.79 | 0.46 | 0.48 |
| Hex | 42 | B3 | 9C | 3F | 0 | D | 1E | A8 | 2E | 30 |
| Octal | 102 | 263 | 234 | 77 | 0 | 15 | 36 | 250 | 56 | 60 |
| Binary | 1000010 | 10110011 | 10011100 | 111111 | 0 | 1101 | 11110 | 10101000 | 101110 | 110000 |
Color Harmonies of #42B39C
Complementary color
Monochromatic Colors of #42B39C
Black with #42B39C
Text Example
Text Example
White with #42B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B39C; }
p { color: rgb(66,179,156); }
H1.HeaderClassName
{
color: #42B39C;
}
.AnyTagClassName
{
color: #42B39C;
}
</style>
background-color css
<style>
a { background-color: #42B39C; }
a { background-color: rgb(66,179,156); }
div.DivClassName
{
background-color: #42B39C;
}
.BgClassName
{
background-color: #42B39C;
}
</style>
border-color css
<style>
span { border-color: #42B39C; }
span { border-color: rgb(66,179,156); }
td.TdClassName
{
border-color: #42B39C;
}
.TagClassName
{
border-color: #42B39C;
}
</style>