Shades of Puerto Rico #60B7AD
Tints of Puerto Rico #60B7AD
RGB
CMYK
RGB Variations
Color information
#60B7AD (or 0x60B7AD) is known color: Puerto Rico. HEX triplet: 60, B7 and AD. RGB value is (96,183,173). Sum of RGB (Red+Green+Blue) = 96+183+173=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #60B7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B7AD is #9F4852. Grayscale: #9B9B9B. Windows color (decimal): -10438739 or 11384672. OLE color: 11384672.
HSL color Cylindrical-coordinate representation of color #60B7AD: hue angle of 173.1º 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 #60B7AD is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 173 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.28 |
| HSL | 173.1º | 0.38% | 0.55% | - |
| HSV(B) | 173.1º | 0.48% | 0.72% | - |
| XYZ | 29.3 | 39.37 | 45.59 | - |
| YUV | 155.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 173 | 0.48 | 0 | 0.05 | 0.28 | 173.1 | 0.38 | 0.55 |
| Hex | 60 | B7 | AD | 30 | 0 | 5 | 1C | AD | 26 | 37 |
| Octal | 140 | 267 | 255 | 60 | 0 | 5 | 34 | 255 | 46 | 67 |
| Binary | 1100000 | 10110111 | 10101101 | 110000 | 0 | 101 | 11100 | 10101101 | 100110 | 110111 |
Color Harmonies of #60B7AD
Complementary color
Monochromatic Colors of #60B7AD
Black with #60B7AD
Text Example
Text Example
White with #60B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7AD; }
p { color: rgb(96,183,173); }
H1.HeaderClassName
{
color: #60B7AD;
}
.AnyTagClassName
{
color: #60B7AD;
}
</style>
background-color css
<style>
a { background-color: #60B7AD; }
a { background-color: rgb(96,183,173); }
div.DivClassName
{
background-color: #60B7AD;
}
.BgClassName
{
background-color: #60B7AD;
}
</style>
border-color css
<style>
span { border-color: #60B7AD; }
span { border-color: rgb(96,183,173); }
td.TdClassName
{
border-color: #60B7AD;
}
.TagClassName
{
border-color: #60B7AD;
}
</style>