Shades of Puerto Rico #60B7A5
Tints of Puerto Rico #60B7A5
RGB
CMYK
RGB Variations
Color information
#60B7A5 (or 0x60B7A5) is known color: Puerto Rico. HEX triplet: 60, B7 and A5. RGB value is (96,183,165). Sum of RGB (Red+Green+Blue) = 96+183+165=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #60B7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B7A5 is #9F485A. Grayscale: #9A9A9A. Windows color (decimal): -10438747 or 10860384. OLE color: 10860384.
HSL color Cylindrical-coordinate representation of color #60B7A5: hue angle of 167.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B7A5 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 165 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.28 |
| HSL | 167.59º | 0.38% | 0.55% | - |
| HSV(B) | 167.59º | 0.48% | 0.72% | - |
| XYZ | 28.55 | 39.07 | 41.63 | - |
| YUV | 154.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 165 | 0.48 | 0 | 0.10 | 0.28 | 167.59 | 0.38 | 0.55 |
| Hex | 60 | B7 | A5 | 30 | 0 | A | 1C | A8 | 26 | 37 |
| Octal | 140 | 267 | 245 | 60 | 0 | 12 | 34 | 250 | 46 | 67 |
| Binary | 1100000 | 10110111 | 10100101 | 110000 | 0 | 1010 | 11100 | 10101000 | 100110 | 110111 |
Color Harmonies of #60B7A5
Complementary color
Monochromatic Colors of #60B7A5
Black with #60B7A5
Text Example
Text Example
White with #60B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7A5; }
p { color: rgb(96,183,165); }
H1.HeaderClassName
{
color: #60B7A5;
}
.AnyTagClassName
{
color: #60B7A5;
}
</style>
background-color css
<style>
a { background-color: #60B7A5; }
a { background-color: rgb(96,183,165); }
div.DivClassName
{
background-color: #60B7A5;
}
.BgClassName
{
background-color: #60B7A5;
}
</style>
border-color css
<style>
span { border-color: #60B7A5; }
span { border-color: rgb(96,183,165); }
td.TdClassName
{
border-color: #60B7A5;
}
.TagClassName
{
border-color: #60B7A5;
}
</style>