Shades of Puerto Rico #60BEA3
Tints of Puerto Rico #60BEA3
RGB
CMYK
RGB Variations
Color information
#60BEA3 (or 0x60BEA3) is known color: Puerto Rico. HEX triplet: 60, BE and A3. RGB value is (96,190,163). Sum of RGB (Red+Green+Blue) = 96+190+163=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEA3 is #9F415C. Grayscale: #9E9E9E. Windows color (decimal): -10436957 or 10731104. OLE color: 10731104.
HSL color Cylindrical-coordinate representation of color #60BEA3: hue angle of 162.77º 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 #60BEA3 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 163 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.25 |
| HSL | 162.77º | 0.42% | 0.56% | - |
| HSV(B) | 162.77º | 0.49% | 0.75% | - |
| XYZ | 29.85 | 41.96 | 41.18 | - |
| YUV | 158.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 163 | 0.49 | 0 | 0.14 | 0.25 | 162.77 | 0.42 | 0.56 |
| Hex | 60 | BE | A3 | 31 | 0 | E | 19 | A3 | 2A | 38 |
| Octal | 140 | 276 | 243 | 61 | 0 | 16 | 31 | 243 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10100011 | 110001 | 0 | 1110 | 11001 | 10100011 | 101010 | 111000 |
Color Harmonies of #60BEA3
Complementary color
Monochromatic Colors of #60BEA3
Black with #60BEA3
Text Example
Text Example
White with #60BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEA3; }
p { color: rgb(96,190,163); }
H1.HeaderClassName
{
color: #60BEA3;
}
.AnyTagClassName
{
color: #60BEA3;
}
</style>
background-color css
<style>
a { background-color: #60BEA3; }
a { background-color: rgb(96,190,163); }
div.DivClassName
{
background-color: #60BEA3;
}
.BgClassName
{
background-color: #60BEA3;
}
</style>
border-color css
<style>
span { border-color: #60BEA3; }
span { border-color: rgb(96,190,163); }
td.TdClassName
{
border-color: #60BEA3;
}
.TagClassName
{
border-color: #60BEA3;
}
</style>