Shades of Puerto Rico #60BFAC
Tints of Puerto Rico #60BFAC
RGB
CMYK
RGB Variations
Color information
#60BFAC (or 0x60BFAC) is known color: Puerto Rico. HEX triplet: 60, BF and AC. RGB value is (96,191,172). Sum of RGB (Red+Green+Blue) = 96+191+172=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFAC is #9F4053. Grayscale: #A0A0A0. Windows color (decimal): -10436692 or 11321184. OLE color: 11321184.
HSL color Cylindrical-coordinate representation of color #60BFAC: hue angle of 168º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BFAC is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 172 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.25 |
| HSL | 168º | 0.43% | 0.56% | - |
| HSV(B) | 168º | 0.5% | 0.75% | - |
| XYZ | 30.9 | 42.73 | 45.65 | - |
| YUV | 160.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 172 | 0.50 | 0 | 0.10 | 0.25 | 168 | 0.43 | 0.56 |
| Hex | 60 | BF | AC | 32 | 0 | A | 19 | A8 | 2B | 38 |
| Octal | 140 | 277 | 254 | 62 | 0 | 12 | 31 | 250 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10101100 | 110010 | 0 | 1010 | 11001 | 10101000 | 101011 | 111000 |
Color Harmonies of #60BFAC
Complementary color
Monochromatic Colors of #60BFAC
Black with #60BFAC
Text Example
Text Example
White with #60BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFAC; }
p { color: rgb(96,191,172); }
H1.HeaderClassName
{
color: #60BFAC;
}
.AnyTagClassName
{
color: #60BFAC;
}
</style>
background-color css
<style>
a { background-color: #60BFAC; }
a { background-color: rgb(96,191,172); }
div.DivClassName
{
background-color: #60BFAC;
}
.BgClassName
{
background-color: #60BFAC;
}
</style>
border-color css
<style>
span { border-color: #60BFAC; }
span { border-color: rgb(96,191,172); }
td.TdClassName
{
border-color: #60BFAC;
}
.TagClassName
{
border-color: #60BFAC;
}
</style>