Shades of Puerto Rico #42B1A8
Tints of Puerto Rico #42B1A8
RGB
CMYK
RGB Variations
Color information
#42B1A8 (or 0x42B1A8) is known color: Puerto Rico. HEX triplet: 42, B1 and A8. RGB value is (66,177,168). Sum of RGB (Red+Green+Blue) = 66+177+168=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #42B1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B1A8 is #BD4E57. Grayscale: #8E8E8E. Windows color (decimal): -12406360 or 11055426. OLE color: 11055426.
HSL color Cylindrical-coordinate representation of color #42B1A8: hue angle of 175.14º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B1A8 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 168 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.31 |
| HSL | 175.14º | 0.46% | 0.48% | - |
| HSV(B) | 175.14º | 0.63% | 0.69% | - |
| XYZ | 25.04 | 35.43 | 42.56 | - |
| YUV | 142.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 168 | 0.63 | 0 | 0.05 | 0.31 | 175.14 | 0.46 | 0.48 |
| Hex | 42 | B1 | A8 | 3F | 0 | 5 | 1F | AF | 2E | 30 |
| Octal | 102 | 261 | 250 | 77 | 0 | 5 | 37 | 257 | 56 | 60 |
| Binary | 1000010 | 10110001 | 10101000 | 111111 | 0 | 101 | 11111 | 10101111 | 101110 | 110000 |
Color Harmonies of #42B1A8
Complementary color
Monochromatic Colors of #42B1A8
Black with #42B1A8
Text Example
Text Example
White with #42B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B1A8; }
p { color: rgb(66,177,168); }
H1.HeaderClassName
{
color: #42B1A8;
}
.AnyTagClassName
{
color: #42B1A8;
}
</style>
background-color css
<style>
a { background-color: #42B1A8; }
a { background-color: rgb(66,177,168); }
div.DivClassName
{
background-color: #42B1A8;
}
.BgClassName
{
background-color: #42B1A8;
}
</style>
border-color css
<style>
span { border-color: #42B1A8; }
span { border-color: rgb(66,177,168); }
td.TdClassName
{
border-color: #42B1A8;
}
.TagClassName
{
border-color: #42B1A8;
}
</style>