Shades of Puerto Rico #42BCA0
Tints of Puerto Rico #42BCA0
RGB
CMYK
RGB Variations
Color information
#42BCA0 (or 0x42BCA0) is known color: Puerto Rico. HEX triplet: 42, BC and A0. RGB value is (66,188,160). Sum of RGB (Red+Green+Blue) = 66+188+160=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BCA0 is #BD435F. Grayscale: #949494. Windows color (decimal): -12403552 or 10533954. OLE color: 10533954.
HSL color Cylindrical-coordinate representation of color #42BCA0: hue angle of 166.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BCA0 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 160 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.26 |
| HSL | 166.23º | 0.48% | 0.5% | - |
| HSV(B) | 166.23º | 0.65% | 0.74% | - |
| XYZ | 26.58 | 39.66 | 39.51 | - |
| YUV | 148.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 160 | 0.65 | 0 | 0.15 | 0.26 | 166.23 | 0.48 | 0.5 |
| Hex | 42 | BC | A0 | 41 | 0 | F | 1A | A6 | 30 | 32 |
| Octal | 102 | 274 | 240 | 101 | 0 | 17 | 32 | 246 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10100000 | 1000001 | 0 | 1111 | 11010 | 10100110 | 110000 | 110010 |
Color Harmonies of #42BCA0
Complementary color
Monochromatic Colors of #42BCA0
Black with #42BCA0
Text Example
Text Example
White with #42BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCA0; }
p { color: rgb(66,188,160); }
H1.HeaderClassName
{
color: #42BCA0;
}
.AnyTagClassName
{
color: #42BCA0;
}
</style>
background-color css
<style>
a { background-color: #42BCA0; }
a { background-color: rgb(66,188,160); }
div.DivClassName
{
background-color: #42BCA0;
}
.BgClassName
{
background-color: #42BCA0;
}
</style>
border-color css
<style>
span { border-color: #42BCA0; }
span { border-color: rgb(66,188,160); }
td.TdClassName
{
border-color: #42BCA0;
}
.TagClassName
{
border-color: #42BCA0;
}
</style>