Shades of Puerto Rico #42B9AB
Tints of Puerto Rico #42B9AB
RGB
CMYK
RGB Variations
Color information
#42B9AB (or 0x42B9AB) is known color: Puerto Rico. HEX triplet: 42, B9 and AB. RGB value is (66,185,171). Sum of RGB (Red+Green+Blue) = 66+185+171=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #42B9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B9AB is #BD4654. Grayscale: #939393. Windows color (decimal): -12404309 or 11254082. OLE color: 11254082.
HSL color Cylindrical-coordinate representation of color #42B9AB: hue angle of 172.94º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B9AB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 171 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.27 |
| HSL | 172.94º | 0.47% | 0.49% | - |
| HSV(B) | 172.94º | 0.64% | 0.73% | - |
| XYZ | 26.95 | 38.8 | 44.6 | - |
| YUV | 147.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 171 | 0.64 | 0 | 0.08 | 0.27 | 172.94 | 0.47 | 0.49 |
| Hex | 42 | B9 | AB | 40 | 0 | 8 | 1B | AD | 2F | 31 |
| Octal | 102 | 271 | 253 | 100 | 0 | 10 | 33 | 255 | 57 | 61 |
| Binary | 1000010 | 10111001 | 10101011 | 1000000 | 0 | 1000 | 11011 | 10101101 | 101111 | 110001 |
Color Harmonies of #42B9AB
Complementary color
Monochromatic Colors of #42B9AB
Black with #42B9AB
Text Example
Text Example
White with #42B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B9AB; }
p { color: rgb(66,185,171); }
H1.HeaderClassName
{
color: #42B9AB;
}
.AnyTagClassName
{
color: #42B9AB;
}
</style>
background-color css
<style>
a { background-color: #42B9AB; }
a { background-color: rgb(66,185,171); }
div.DivClassName
{
background-color: #42B9AB;
}
.BgClassName
{
background-color: #42B9AB;
}
</style>
border-color css
<style>
span { border-color: #42B9AB; }
span { border-color: rgb(66,185,171); }
td.TdClassName
{
border-color: #42B9AB;
}
.TagClassName
{
border-color: #42B9AB;
}
</style>