Shades of Puerto Rico #42BFA5
Tints of Puerto Rico #42BFA5
RGB
CMYK
RGB Variations
Color information
#42BFA5 (or 0x42BFA5) is known color: Puerto Rico. HEX triplet: 42, BF and A5. RGB value is (66,191,165). Sum of RGB (Red+Green+Blue) = 66+191+165=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BFA5 is #BD405A. Grayscale: #969696. Windows color (decimal): -12402779 or 10862402. OLE color: 10862402.
HSL color Cylindrical-coordinate representation of color #42BFA5: hue angle of 167.52º 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 #42BFA5 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 165 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.25 |
| HSL | 167.52º | 0.49% | 0.5% | - |
| HSV(B) | 167.52º | 0.65% | 0.75% | - |
| XYZ | 27.67 | 41.14 | 42.08 | - |
| YUV | 150.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 165 | 0.65 | 0 | 0.14 | 0.25 | 167.52 | 0.49 | 0.5 |
| Hex | 42 | BF | A5 | 41 | 0 | E | 19 | A8 | 31 | 32 |
| Octal | 102 | 277 | 245 | 101 | 0 | 16 | 31 | 250 | 61 | 62 |
| Binary | 1000010 | 10111111 | 10100101 | 1000001 | 0 | 1110 | 11001 | 10101000 | 110001 | 110010 |
Color Harmonies of #42BFA5
Complementary color
Monochromatic Colors of #42BFA5
Black with #42BFA5
Text Example
Text Example
White with #42BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFA5; }
p { color: rgb(66,191,165); }
H1.HeaderClassName
{
color: #42BFA5;
}
.AnyTagClassName
{
color: #42BFA5;
}
</style>
background-color css
<style>
a { background-color: #42BFA5; }
a { background-color: rgb(66,191,165); }
div.DivClassName
{
background-color: #42BFA5;
}
.BgClassName
{
background-color: #42BFA5;
}
</style>
border-color css
<style>
span { border-color: #42BFA5; }
span { border-color: rgb(66,191,165); }
td.TdClassName
{
border-color: #42BFA5;
}
.TagClassName
{
border-color: #42BFA5;
}
</style>