Shades of Puerto Rico #60BFAA
Tints of Puerto Rico #60BFAA
RGB
CMYK
RGB Variations
Color information
#60BFAA (or 0x60BFAA) is known color: Puerto Rico. HEX triplet: 60, BF and AA. RGB value is (96,191,170). Sum of RGB (Red+Green+Blue) = 96+191+170=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFAA is #9F4055. Grayscale: #A0A0A0. Windows color (decimal): -10436694 or 11190112. OLE color: 11190112.
HSL color Cylindrical-coordinate representation of color #60BFAA: hue angle of 166.74º 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 #60BFAA is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 170 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.25 |
| HSL | 166.74º | 0.43% | 0.56% | - |
| HSV(B) | 166.74º | 0.5% | 0.75% | - |
| XYZ | 30.71 | 42.65 | 44.64 | - |
| YUV | 160.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 170 | 0.50 | 0 | 0.11 | 0.25 | 166.74 | 0.43 | 0.56 |
| Hex | 60 | BF | AA | 32 | 0 | B | 19 | A7 | 2B | 38 |
| Octal | 140 | 277 | 252 | 62 | 0 | 13 | 31 | 247 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10101010 | 110010 | 0 | 1011 | 11001 | 10100111 | 101011 | 111000 |
Color Harmonies of #60BFAA
Complementary color
Monochromatic Colors of #60BFAA
Black with #60BFAA
Text Example
Text Example
White with #60BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFAA; }
p { color: rgb(96,191,170); }
H1.HeaderClassName
{
color: #60BFAA;
}
.AnyTagClassName
{
color: #60BFAA;
}
</style>
background-color css
<style>
a { background-color: #60BFAA; }
a { background-color: rgb(96,191,170); }
div.DivClassName
{
background-color: #60BFAA;
}
.BgClassName
{
background-color: #60BFAA;
}
</style>
border-color css
<style>
span { border-color: #60BFAA; }
span { border-color: rgb(96,191,170); }
td.TdClassName
{
border-color: #60BFAA;
}
.TagClassName
{
border-color: #60BFAA;
}
</style>