Shades of Puerto Rico #42C5AB
Tints of Puerto Rico #42C5AB
RGB
CMYK
RGB Variations
Color information
#42C5AB (or 0x42C5AB) is known color: Puerto Rico. HEX triplet: 42, C5 and AB. RGB value is (66,197,171). Sum of RGB (Red+Green+Blue) = 66+197+171=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #42C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C5AB is #BD3A54. Grayscale: #9A9A9A. Windows color (decimal): -12401237 or 11257154. OLE color: 11257154.
HSL color Cylindrical-coordinate representation of color #42C5AB: hue angle of 168.09º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C5AB is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 171 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.23 |
| HSL | 168.09º | 0.53% | 0.52% | - |
| HSV(B) | 168.09º | 0.66% | 0.77% | - |
| XYZ | 29.56 | 44.03 | 45.47 | - |
| YUV | 154.87 | 137.1 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 171 | 0.66 | 0 | 0.13 | 0.23 | 168.09 | 0.53 | 0.52 |
| Hex | 42 | C5 | AB | 42 | 0 | D | 17 | A8 | 35 | 34 |
| Octal | 102 | 305 | 253 | 102 | 0 | 15 | 27 | 250 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10101011 | 1000010 | 0 | 1101 | 10111 | 10101000 | 110101 | 110100 |
Color Harmonies of #42C5AB
Complementary color
Monochromatic Colors of #42C5AB
Black with #42C5AB
Text Example
Text Example
White with #42C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C5AB; }
p { color: rgb(66,197,171); }
H1.HeaderClassName
{
color: #42C5AB;
}
.AnyTagClassName
{
color: #42C5AB;
}
</style>
background-color css
<style>
a { background-color: #42C5AB; }
a { background-color: rgb(66,197,171); }
div.DivClassName
{
background-color: #42C5AB;
}
.BgClassName
{
background-color: #42C5AB;
}
</style>
border-color css
<style>
span { border-color: #42C5AB; }
span { border-color: rgb(66,197,171); }
td.TdClassName
{
border-color: #42C5AB;
}
.TagClassName
{
border-color: #42C5AB;
}
</style>