Shades of Puerto Rico #42B69C
Tints of Puerto Rico #42B69C
RGB
CMYK
RGB Variations
Color information
#42B69C (or 0x42B69C) is known color: Puerto Rico. HEX triplet: 42, B6 and 9C. RGB value is (66,182,156). Sum of RGB (Red+Green+Blue) = 66+182+156=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #42B69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B69C is #BD4963. Grayscale: #909090. Windows color (decimal): -12405092 or 10270274. OLE color: 10270274.
HSL color Cylindrical-coordinate representation of color #42B69C: hue angle of 166.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B69C is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 156 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.29 |
| HSL | 166.55º | 0.47% | 0.49% | - |
| HSV(B) | 166.55º | 0.64% | 0.71% | - |
| XYZ | 24.98 | 37.01 | 37.28 | - |
| YUV | 144.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 156 | 0.64 | 0 | 0.14 | 0.29 | 166.55 | 0.47 | 0.49 |
| Hex | 42 | B6 | 9C | 40 | 0 | E | 1D | A7 | 2F | 31 |
| Octal | 102 | 266 | 234 | 100 | 0 | 16 | 35 | 247 | 57 | 61 |
| Binary | 1000010 | 10110110 | 10011100 | 1000000 | 0 | 1110 | 11101 | 10100111 | 101111 | 110001 |
Color Harmonies of #42B69C
Complementary color
Monochromatic Colors of #42B69C
Black with #42B69C
Text Example
Text Example
White with #42B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B69C; }
p { color: rgb(66,182,156); }
H1.HeaderClassName
{
color: #42B69C;
}
.AnyTagClassName
{
color: #42B69C;
}
</style>
background-color css
<style>
a { background-color: #42B69C; }
a { background-color: rgb(66,182,156); }
div.DivClassName
{
background-color: #42B69C;
}
.BgClassName
{
background-color: #42B69C;
}
</style>
border-color css
<style>
span { border-color: #42B69C; }
span { border-color: rgb(66,182,156); }
td.TdClassName
{
border-color: #42B69C;
}
.TagClassName
{
border-color: #42B69C;
}
</style>