Shades of Puerto Rico #60BEAA
Tints of Puerto Rico #60BEAA
RGB
CMYK
RGB Variations
Color information
#60BEAA (or 0x60BEAA) is known color: Puerto Rico. HEX triplet: 60, BE and AA. RGB value is (96,190,170). Sum of RGB (Red+Green+Blue) = 96+190+170=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEAA is #9F4155. Grayscale: #9F9F9F. Windows color (decimal): -10436950 or 11189856. OLE color: 11189856.
HSL color Cylindrical-coordinate representation of color #60BEAA: hue angle of 167.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BEAA is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 170 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.25 |
| HSL | 167.23º | 0.42% | 0.56% | - |
| HSV(B) | 167.23º | 0.49% | 0.75% | - |
| XYZ | 30.49 | 42.22 | 44.57 | - |
| YUV | 159.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 170 | 0.49 | 0 | 0.11 | 0.25 | 167.23 | 0.42 | 0.56 |
| Hex | 60 | BE | AA | 31 | 0 | B | 19 | A7 | 2A | 38 |
| Octal | 140 | 276 | 252 | 61 | 0 | 13 | 31 | 247 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10101010 | 110001 | 0 | 1011 | 11001 | 10100111 | 101010 | 111000 |
Color Harmonies of #60BEAA
Complementary color
Monochromatic Colors of #60BEAA
Black with #60BEAA
Text Example
Text Example
White with #60BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEAA; }
p { color: rgb(96,190,170); }
H1.HeaderClassName
{
color: #60BEAA;
}
.AnyTagClassName
{
color: #60BEAA;
}
</style>
background-color css
<style>
a { background-color: #60BEAA; }
a { background-color: rgb(96,190,170); }
div.DivClassName
{
background-color: #60BEAA;
}
.BgClassName
{
background-color: #60BEAA;
}
</style>
border-color css
<style>
span { border-color: #60BEAA; }
span { border-color: rgb(96,190,170); }
td.TdClassName
{
border-color: #60BEAA;
}
.TagClassName
{
border-color: #60BEAA;
}
</style>