Shades of Puerto Rico #42BEA9
Tints of Puerto Rico #42BEA9
RGB
CMYK
RGB Variations
Color information
#42BEA9 (or 0x42BEA9) is known color: Puerto Rico. HEX triplet: 42, BE and A9. RGB value is (66,190,169). Sum of RGB (Red+Green+Blue) = 66+190+169=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEA9 is #BD4156. Grayscale: #969696. Windows color (decimal): -12403031 or 11124290. OLE color: 11124290.
HSL color Cylindrical-coordinate representation of color #42BEA9: hue angle of 169.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BEA9 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 169 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.25 |
| HSL | 169.84º | 0.49% | 0.5% | - |
| HSV(B) | 169.84º | 0.65% | 0.75% | - |
| XYZ | 27.82 | 40.85 | 43.95 | - |
| YUV | 150.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 169 | 0.65 | 0 | 0.11 | 0.25 | 169.84 | 0.49 | 0.5 |
| Hex | 42 | BE | A9 | 41 | 0 | B | 19 | AA | 31 | 32 |
| Octal | 102 | 276 | 251 | 101 | 0 | 13 | 31 | 252 | 61 | 62 |
| Binary | 1000010 | 10111110 | 10101001 | 1000001 | 0 | 1011 | 11001 | 10101010 | 110001 | 110010 |
Color Harmonies of #42BEA9
Complementary color
Monochromatic Colors of #42BEA9
Black with #42BEA9
Text Example
Text Example
White with #42BEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEA9; }
p { color: rgb(66,190,169); }
H1.HeaderClassName
{
color: #42BEA9;
}
.AnyTagClassName
{
color: #42BEA9;
}
</style>
background-color css
<style>
a { background-color: #42BEA9; }
a { background-color: rgb(66,190,169); }
div.DivClassName
{
background-color: #42BEA9;
}
.BgClassName
{
background-color: #42BEA9;
}
</style>
border-color css
<style>
span { border-color: #42BEA9; }
span { border-color: rgb(66,190,169); }
td.TdClassName
{
border-color: #42BEA9;
}
.TagClassName
{
border-color: #42BEA9;
}
</style>