Shades of Puerto Rico #42C0AB
Tints of Puerto Rico #42C0AB
RGB
CMYK
RGB Variations
Color information
#42C0AB (or 0x42C0AB) is known color: Puerto Rico. HEX triplet: 42, C0 and AB. RGB value is (66,192,171). Sum of RGB (Red+Green+Blue) = 66+192+171=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C0AB is #BD3F54. Grayscale: #979797. Windows color (decimal): -12402517 or 11255874. OLE color: 11255874.
HSL color Cylindrical-coordinate representation of color #42C0AB: hue angle of 170º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C0AB is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 171 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.25 |
| HSL | 170º | 0.5% | 0.51% | - |
| HSV(B) | 170º | 0.66% | 0.75% | - |
| XYZ | 28.45 | 41.8 | 45.1 | - |
| YUV | 151.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 171 | 0.66 | 0 | 0.11 | 0.25 | 170 | 0.5 | 0.51 |
| Hex | 42 | C0 | AB | 42 | 0 | B | 19 | AA | 32 | 33 |
| Octal | 102 | 300 | 253 | 102 | 0 | 13 | 31 | 252 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10101011 | 1000010 | 0 | 1011 | 11001 | 10101010 | 110010 | 110011 |
Color Harmonies of #42C0AB
Complementary color
Monochromatic Colors of #42C0AB
Black with #42C0AB
Text Example
Text Example
White with #42C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0AB; }
p { color: rgb(66,192,171); }
H1.HeaderClassName
{
color: #42C0AB;
}
.AnyTagClassName
{
color: #42C0AB;
}
</style>
background-color css
<style>
a { background-color: #42C0AB; }
a { background-color: rgb(66,192,171); }
div.DivClassName
{
background-color: #42C0AB;
}
.BgClassName
{
background-color: #42C0AB;
}
</style>
border-color css
<style>
span { border-color: #42C0AB; }
span { border-color: rgb(66,192,171); }
td.TdClassName
{
border-color: #42C0AB;
}
.TagClassName
{
border-color: #42C0AB;
}
</style>