Shades of Puerto Rico #42BFAB
Tints of Puerto Rico #42BFAB
RGB
CMYK
RGB Variations
Color information
#42BFAB (or 0x42BFAB) is known color: Puerto Rico. HEX triplet: 42, BF and AB. RGB value is (66,191,171). Sum of RGB (Red+Green+Blue) = 66+191+171=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BFAB is #BD4054. Grayscale: #979797. Windows color (decimal): -12402773 or 11255618. OLE color: 11255618.
HSL color Cylindrical-coordinate representation of color #42BFAB: hue angle of 170.4º 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 #42BFAB is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 171 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.25 |
| HSL | 170.4º | 0.49% | 0.5% | - |
| HSV(B) | 170.4º | 0.65% | 0.75% | - |
| XYZ | 28.23 | 41.36 | 45.02 | - |
| YUV | 151.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 171 | 0.65 | 0 | 0.10 | 0.25 | 170.4 | 0.49 | 0.5 |
| Hex | 42 | BF | AB | 41 | 0 | A | 19 | AA | 31 | 32 |
| Octal | 102 | 277 | 253 | 101 | 0 | 12 | 31 | 252 | 61 | 62 |
| Binary | 1000010 | 10111111 | 10101011 | 1000001 | 0 | 1010 | 11001 | 10101010 | 110001 | 110010 |
Color Harmonies of #42BFAB
Complementary color
Monochromatic Colors of #42BFAB
Black with #42BFAB
Text Example
Text Example
White with #42BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFAB; }
p { color: rgb(66,191,171); }
H1.HeaderClassName
{
color: #42BFAB;
}
.AnyTagClassName
{
color: #42BFAB;
}
</style>
background-color css
<style>
a { background-color: #42BFAB; }
a { background-color: rgb(66,191,171); }
div.DivClassName
{
background-color: #42BFAB;
}
.BgClassName
{
background-color: #42BFAB;
}
</style>
border-color css
<style>
span { border-color: #42BFAB; }
span { border-color: rgb(66,191,171); }
td.TdClassName
{
border-color: #42BFAB;
}
.TagClassName
{
border-color: #42BFAB;
}
</style>