Shades of Puerto Rico #42B3A2
Tints of Puerto Rico #42B3A2
RGB
CMYK
RGB Variations
Color information
#42B3A2 (or 0x42B3A2) is known color: Puerto Rico. HEX triplet: 42, B3 and A2. RGB value is (66,179,162). Sum of RGB (Red+Green+Blue) = 66+179+162=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #42B3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B3A2 is #BD4C5D. Grayscale: #8F8F8F. Windows color (decimal): -12405854 or 10662722. OLE color: 10662722.
HSL color Cylindrical-coordinate representation of color #42B3A2: hue angle of 170.97º 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 #42B3A2 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 162 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.30 |
| HSL | 170.97º | 0.46% | 0.48% | - |
| HSV(B) | 170.97º | 0.63% | 0.7% | - |
| XYZ | 24.89 | 36.01 | 39.82 | - |
| YUV | 143.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 162 | 0.63 | 0 | 0.09 | 0.30 | 170.97 | 0.46 | 0.48 |
| Hex | 42 | B3 | A2 | 3F | 0 | 9 | 1E | AB | 2E | 30 |
| Octal | 102 | 263 | 242 | 77 | 0 | 11 | 36 | 253 | 56 | 60 |
| Binary | 1000010 | 10110011 | 10100010 | 111111 | 0 | 1001 | 11110 | 10101011 | 101110 | 110000 |
Color Harmonies of #42B3A2
Complementary color
Monochromatic Colors of #42B3A2
Black with #42B3A2
Text Example
Text Example
White with #42B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B3A2; }
p { color: rgb(66,179,162); }
H1.HeaderClassName
{
color: #42B3A2;
}
.AnyTagClassName
{
color: #42B3A2;
}
</style>
background-color css
<style>
a { background-color: #42B3A2; }
a { background-color: rgb(66,179,162); }
div.DivClassName
{
background-color: #42B3A2;
}
.BgClassName
{
background-color: #42B3A2;
}
</style>
border-color css
<style>
span { border-color: #42B3A2; }
span { border-color: rgb(66,179,162); }
td.TdClassName
{
border-color: #42B3A2;
}
.TagClassName
{
border-color: #42B3A2;
}
</style>