Shades of Puerto Rico #42B79C
Tints of Puerto Rico #42B79C
RGB
CMYK
RGB Variations
Color information
#42B79C (or 0x42B79C) is known color: Puerto Rico. HEX triplet: 42, B7 and 9C. RGB value is (66,183,156). Sum of RGB (Red+Green+Blue) = 66+183+156=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #42B79C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B79C is #BD4863. Grayscale: #909090. Windows color (decimal): -12404836 or 10270530. OLE color: 10270530.
HSL color Cylindrical-coordinate representation of color #42B79C: hue angle of 166.15º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B79C is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 156 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.28 |
| HSL | 166.15º | 0.47% | 0.49% | - |
| HSV(B) | 166.15º | 0.64% | 0.72% | - |
| XYZ | 25.18 | 37.43 | 37.35 | - |
| YUV | 144.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 156 | 0.64 | 0 | 0.15 | 0.28 | 166.15 | 0.47 | 0.49 |
| Hex | 42 | B7 | 9C | 40 | 0 | F | 1C | A6 | 2F | 31 |
| Octal | 102 | 267 | 234 | 100 | 0 | 17 | 34 | 246 | 57 | 61 |
| Binary | 1000010 | 10110111 | 10011100 | 1000000 | 0 | 1111 | 11100 | 10100110 | 101111 | 110001 |
Color Harmonies of #42B79C
Complementary color
Monochromatic Colors of #42B79C
Black with #42B79C
Text Example
Text Example
White with #42B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B79C; }
p { color: rgb(66,183,156); }
H1.HeaderClassName
{
color: #42B79C;
}
.AnyTagClassName
{
color: #42B79C;
}
</style>
background-color css
<style>
a { background-color: #42B79C; }
a { background-color: rgb(66,183,156); }
div.DivClassName
{
background-color: #42B79C;
}
.BgClassName
{
background-color: #42B79C;
}
</style>
border-color css
<style>
span { border-color: #42B79C; }
span { border-color: rgb(66,183,156); }
td.TdClassName
{
border-color: #42B79C;
}
.TagClassName
{
border-color: #42B79C;
}
</style>