Shades of Puerto Rico #42BCAB
Tints of Puerto Rico #42BCAB
RGB
CMYK
RGB Variations
Color information
#42BCAB (or 0x42BCAB) is known color: Puerto Rico. HEX triplet: 42, BC and AB. RGB value is (66,188,171). Sum of RGB (Red+Green+Blue) = 66+188+171=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BCAB is #BD4354. Grayscale: #959595. Windows color (decimal): -12403541 or 11254850. OLE color: 11254850.
HSL color Cylindrical-coordinate representation of color #42BCAB: hue angle of 171.64º 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 #42BCAB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 171 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.26 |
| HSL | 171.64º | 0.48% | 0.5% | - |
| HSV(B) | 171.64º | 0.65% | 0.74% | - |
| XYZ | 27.58 | 40.06 | 44.81 | - |
| YUV | 149.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 171 | 0.65 | 0 | 0.09 | 0.26 | 171.64 | 0.48 | 0.5 |
| Hex | 42 | BC | AB | 41 | 0 | 9 | 1A | AC | 30 | 32 |
| Octal | 102 | 274 | 253 | 101 | 0 | 11 | 32 | 254 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10101011 | 1000001 | 0 | 1001 | 11010 | 10101100 | 110000 | 110010 |
Color Harmonies of #42BCAB
Complementary color
Monochromatic Colors of #42BCAB
Black with #42BCAB
Text Example
Text Example
White with #42BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCAB; }
p { color: rgb(66,188,171); }
H1.HeaderClassName
{
color: #42BCAB;
}
.AnyTagClassName
{
color: #42BCAB;
}
</style>
background-color css
<style>
a { background-color: #42BCAB; }
a { background-color: rgb(66,188,171); }
div.DivClassName
{
background-color: #42BCAB;
}
.BgClassName
{
background-color: #42BCAB;
}
</style>
border-color css
<style>
span { border-color: #42BCAB; }
span { border-color: rgb(66,188,171); }
td.TdClassName
{
border-color: #42BCAB;
}
.TagClassName
{
border-color: #42BCAB;
}
</style>