Shades of Puerto Rico #42C2B1
Tints of Puerto Rico #42C2B1
RGB
CMYK
RGB Variations
Color information
#42C2B1 (or 0x42C2B1) is known color: Puerto Rico. HEX triplet: 42, C2 and B1. RGB value is (66,194,177). Sum of RGB (Red+Green+Blue) = 66+194+177=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C2B1 is #BD3D4E. Grayscale: #999999. Windows color (decimal): -12401999 or 11649602. OLE color: 11649602.
HSL color Cylindrical-coordinate representation of color #42C2B1: hue angle of 172.03º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C2B1 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 177 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.24 |
| HSL | 172.03º | 0.51% | 0.51% | - |
| HSV(B) | 172.03º | 0.66% | 0.76% | - |
| XYZ | 29.47 | 42.92 | 48.33 | - |
| YUV | 153.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 177 | 0.66 | 0 | 0.09 | 0.24 | 172.03 | 0.51 | 0.51 |
| Hex | 42 | C2 | B1 | 42 | 0 | 9 | 18 | AC | 33 | 33 |
| Octal | 102 | 302 | 261 | 102 | 0 | 11 | 30 | 254 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10110001 | 1000010 | 0 | 1001 | 11000 | 10101100 | 110011 | 110011 |
Color Harmonies of #42C2B1
Complementary color
Monochromatic Colors of #42C2B1
Black with #42C2B1
Text Example
Text Example
White with #42C2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2B1; }
p { color: rgb(66,194,177); }
H1.HeaderClassName
{
color: #42C2B1;
}
.AnyTagClassName
{
color: #42C2B1;
}
</style>
background-color css
<style>
a { background-color: #42C2B1; }
a { background-color: rgb(66,194,177); }
div.DivClassName
{
background-color: #42C2B1;
}
.BgClassName
{
background-color: #42C2B1;
}
</style>
border-color css
<style>
span { border-color: #42C2B1; }
span { border-color: rgb(66,194,177); }
td.TdClassName
{
border-color: #42C2B1;
}
.TagClassName
{
border-color: #42C2B1;
}
</style>