Shades of Puerto Rico #42BBA7
Tints of Puerto Rico #42BBA7
RGB
CMYK
RGB Variations
Color information
#42BBA7 (or 0x42BBA7) is known color: Puerto Rico. HEX triplet: 42, BB and A7. RGB value is (66,187,167). Sum of RGB (Red+Green+Blue) = 66+187+167=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BBA7 is #BD4458. Grayscale: #949494. Windows color (decimal): -12403801 or 10992450. OLE color: 10992450.
HSL color Cylindrical-coordinate representation of color #42BBA7: hue angle of 170.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BBA7 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 187 | 167 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.27 |
| HSL | 170.08º | 0.48% | 0.5% | - |
| HSV(B) | 170.08º | 0.65% | 0.73% | - |
| XYZ | 26.99 | 39.49 | 42.76 | - |
| YUV | 148.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 167 | 0.65 | 0 | 0.11 | 0.27 | 170.08 | 0.48 | 0.5 |
| Hex | 42 | BB | A7 | 41 | 0 | B | 1B | AA | 30 | 32 |
| Octal | 102 | 273 | 247 | 101 | 0 | 13 | 33 | 252 | 60 | 62 |
| Binary | 1000010 | 10111011 | 10100111 | 1000001 | 0 | 1011 | 11011 | 10101010 | 110000 | 110010 |
Color Harmonies of #42BBA7
Complementary color
Monochromatic Colors of #42BBA7
Black with #42BBA7
Text Example
Text Example
White with #42BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBA7; }
p { color: rgb(66,187,167); }
H1.HeaderClassName
{
color: #42BBA7;
}
.AnyTagClassName
{
color: #42BBA7;
}
</style>
background-color css
<style>
a { background-color: #42BBA7; }
a { background-color: rgb(66,187,167); }
div.DivClassName
{
background-color: #42BBA7;
}
.BgClassName
{
background-color: #42BBA7;
}
</style>
border-color css
<style>
span { border-color: #42BBA7; }
span { border-color: rgb(66,187,167); }
td.TdClassName
{
border-color: #42BBA7;
}
.TagClassName
{
border-color: #42BBA7;
}
</style>