Shades of Puerto Rico #42BFA7
Tints of Puerto Rico #42BFA7
RGB
CMYK
RGB Variations
Color information
#42BFA7 (or 0x42BFA7) is known color: Puerto Rico. HEX triplet: 42, BF and A7. RGB value is (66,191,167). Sum of RGB (Red+Green+Blue) = 66+191+167=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BFA7 is #BD4058. Grayscale: #969696. Windows color (decimal): -12402777 or 10993474. OLE color: 10993474.
HSL color Cylindrical-coordinate representation of color #42BFA7: hue angle of 168.48º 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 #42BFA7 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 167 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.25 |
| HSL | 168.48º | 0.49% | 0.5% | - |
| HSV(B) | 168.48º | 0.65% | 0.75% | - |
| XYZ | 27.85 | 41.21 | 43.05 | - |
| YUV | 150.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 167 | 0.65 | 0 | 0.13 | 0.25 | 168.48 | 0.49 | 0.5 |
| Hex | 42 | BF | A7 | 41 | 0 | D | 19 | A8 | 31 | 32 |
| Octal | 102 | 277 | 247 | 101 | 0 | 15 | 31 | 250 | 61 | 62 |
| Binary | 1000010 | 10111111 | 10100111 | 1000001 | 0 | 1101 | 11001 | 10101000 | 110001 | 110010 |
Color Harmonies of #42BFA7
Complementary color
Monochromatic Colors of #42BFA7
Black with #42BFA7
Text Example
Text Example
White with #42BFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFA7; }
p { color: rgb(66,191,167); }
H1.HeaderClassName
{
color: #42BFA7;
}
.AnyTagClassName
{
color: #42BFA7;
}
</style>
background-color css
<style>
a { background-color: #42BFA7; }
a { background-color: rgb(66,191,167); }
div.DivClassName
{
background-color: #42BFA7;
}
.BgClassName
{
background-color: #42BFA7;
}
</style>
border-color css
<style>
span { border-color: #42BFA7; }
span { border-color: rgb(66,191,167); }
td.TdClassName
{
border-color: #42BFA7;
}
.TagClassName
{
border-color: #42BFA7;
}
</style>