Shades of Puerto Rico #60B5A4
Tints of Puerto Rico #60B5A4
RGB
CMYK
RGB Variations
Color information
#60B5A4 (or 0x60B5A4) is known color: Puerto Rico. HEX triplet: 60, B5 and A4. RGB value is (96,181,164). Sum of RGB (Red+Green+Blue) = 96+181+164=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5A4 is #9F4A5B. Grayscale: #999999. Windows color (decimal): -10439260 or 10794336. OLE color: 10794336.
HSL color Cylindrical-coordinate representation of color #60B5A4: hue angle of 168º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B5A4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 164 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.29 |
| HSL | 168º | 0.36% | 0.54% | - |
| HSV(B) | 168º | 0.47% | 0.71% | - |
| XYZ | 28.05 | 38.21 | 41.02 | - |
| YUV | 153.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 164 | 0.47 | 0 | 0.09 | 0.29 | 168 | 0.36 | 0.54 |
| Hex | 60 | B5 | A4 | 2F | 0 | 9 | 1D | A8 | 24 | 36 |
| Octal | 140 | 265 | 244 | 57 | 0 | 11 | 35 | 250 | 44 | 66 |
| Binary | 1100000 | 10110101 | 10100100 | 101111 | 0 | 1001 | 11101 | 10101000 | 100100 | 110110 |
Color Harmonies of #60B5A4
Complementary color
Monochromatic Colors of #60B5A4
Black with #60B5A4
Text Example
Text Example
White with #60B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5A4; }
p { color: rgb(96,181,164); }
H1.HeaderClassName
{
color: #60B5A4;
}
.AnyTagClassName
{
color: #60B5A4;
}
</style>
background-color css
<style>
a { background-color: #60B5A4; }
a { background-color: rgb(96,181,164); }
div.DivClassName
{
background-color: #60B5A4;
}
.BgClassName
{
background-color: #60B5A4;
}
</style>
border-color css
<style>
span { border-color: #60B5A4; }
span { border-color: rgb(96,181,164); }
td.TdClassName
{
border-color: #60B5A4;
}
.TagClassName
{
border-color: #60B5A4;
}
</style>