Shades of Puerto Rico #42BFB0
Tints of Puerto Rico #42BFB0
RGB
CMYK
RGB Variations
Color information
#42BFB0 (or 0x42BFB0) is known color: Puerto Rico. HEX triplet: 42, BF and B0. RGB value is (66,191,176). Sum of RGB (Red+Green+Blue) = 66+191+176=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BFB0 is #BD404F. Grayscale: #979797. Windows color (decimal): -12402768 or 11583298. OLE color: 11583298.
HSL color Cylindrical-coordinate representation of color #42BFB0: hue angle of 172.8º 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 #42BFB0 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 176 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.25 |
| HSL | 172.8º | 0.49% | 0.5% | - |
| HSV(B) | 172.8º | 0.65% | 0.75% | - |
| XYZ | 28.71 | 41.55 | 47.58 | - |
| YUV | 151.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 176 | 0.65 | 0 | 0.08 | 0.25 | 172.8 | 0.49 | 0.5 |
| Hex | 42 | BF | B0 | 41 | 0 | 8 | 19 | AD | 31 | 32 |
| Octal | 102 | 277 | 260 | 101 | 0 | 10 | 31 | 255 | 61 | 62 |
| Binary | 1000010 | 10111111 | 10110000 | 1000001 | 0 | 1000 | 11001 | 10101101 | 110001 | 110010 |
Color Harmonies of #42BFB0
Complementary color
Monochromatic Colors of #42BFB0
Black with #42BFB0
Text Example
Text Example
White with #42BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFB0; }
p { color: rgb(66,191,176); }
H1.HeaderClassName
{
color: #42BFB0;
}
.AnyTagClassName
{
color: #42BFB0;
}
</style>
background-color css
<style>
a { background-color: #42BFB0; }
a { background-color: rgb(66,191,176); }
div.DivClassName
{
background-color: #42BFB0;
}
.BgClassName
{
background-color: #42BFB0;
}
</style>
border-color css
<style>
span { border-color: #42BFB0; }
span { border-color: rgb(66,191,176); }
td.TdClassName
{
border-color: #42BFB0;
}
.TagClassName
{
border-color: #42BFB0;
}
</style>