Shades of Puerto Rico #42B4B0
Tints of Puerto Rico #42B4B0
RGB
CMYK
RGB Variations
Color information
#42B4B0 (or 0x42B4B0) is known color: Puerto Rico. HEX triplet: 42, B4 and B0. RGB value is (66,180,176). Sum of RGB (Red+Green+Blue) = 66+180+176=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #42B4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B4B0 is #BD4B4F. Grayscale: #919191. Windows color (decimal): -12405584 or 11580482. OLE color: 11580482.
HSL color Cylindrical-coordinate representation of color #42B4B0: hue angle of 177.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B4B0 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 176 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.29 |
| HSL | 177.89º | 0.46% | 0.48% | - |
| HSV(B) | 177.89º | 0.63% | 0.71% | - |
| XYZ | 26.4 | 36.94 | 46.81 | - |
| YUV | 145.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 176 | 0.63 | 0 | 0.02 | 0.29 | 177.89 | 0.46 | 0.48 |
| Hex | 42 | B4 | B0 | 3F | 0 | 2 | 1D | B2 | 2E | 30 |
| Octal | 102 | 264 | 260 | 77 | 0 | 2 | 35 | 262 | 56 | 60 |
| Binary | 1000010 | 10110100 | 10110000 | 111111 | 0 | 10 | 11101 | 10110010 | 101110 | 110000 |
Color Harmonies of #42B4B0
Complementary color
Monochromatic Colors of #42B4B0
Black with #42B4B0
Text Example
Text Example
White with #42B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B4B0; }
p { color: rgb(66,180,176); }
H1.HeaderClassName
{
color: #42B4B0;
}
.AnyTagClassName
{
color: #42B4B0;
}
</style>
background-color css
<style>
a { background-color: #42B4B0; }
a { background-color: rgb(66,180,176); }
div.DivClassName
{
background-color: #42B4B0;
}
.BgClassName
{
background-color: #42B4B0;
}
</style>
border-color css
<style>
span { border-color: #42B4B0; }
span { border-color: rgb(66,180,176); }
td.TdClassName
{
border-color: #42B4B0;
}
.TagClassName
{
border-color: #42B4B0;
}
</style>