Shades of Puerto Rico #60BFAE
Tints of Puerto Rico #60BFAE
RGB
CMYK
RGB Variations
Color information
#60BFAE (or 0x60BFAE) is known color: Puerto Rico. HEX triplet: 60, BF and AE. RGB value is (96,191,174). Sum of RGB (Red+Green+Blue) = 96+191+174=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFAE is #9F4051. Grayscale: #A0A0A0. Windows color (decimal): -10436690 or 11452256. OLE color: 11452256.
HSL color Cylindrical-coordinate representation of color #60BFAE: hue angle of 169.26º 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 #60BFAE is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 174 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.25 |
| HSL | 169.26º | 0.43% | 0.56% | - |
| HSV(B) | 169.26º | 0.5% | 0.75% | - |
| XYZ | 31.09 | 42.8 | 46.67 | - |
| YUV | 160.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 174 | 0.50 | 0 | 0.09 | 0.25 | 169.26 | 0.43 | 0.56 |
| Hex | 60 | BF | AE | 32 | 0 | 9 | 19 | A9 | 2B | 38 |
| Octal | 140 | 277 | 256 | 62 | 0 | 11 | 31 | 251 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10101110 | 110010 | 0 | 1001 | 11001 | 10101001 | 101011 | 111000 |
Color Harmonies of #60BFAE
Complementary color
Monochromatic Colors of #60BFAE
Black with #60BFAE
Text Example
Text Example
White with #60BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFAE; }
p { color: rgb(96,191,174); }
H1.HeaderClassName
{
color: #60BFAE;
}
.AnyTagClassName
{
color: #60BFAE;
}
</style>
background-color css
<style>
a { background-color: #60BFAE; }
a { background-color: rgb(96,191,174); }
div.DivClassName
{
background-color: #60BFAE;
}
.BgClassName
{
background-color: #60BFAE;
}
</style>
border-color css
<style>
span { border-color: #60BFAE; }
span { border-color: rgb(96,191,174); }
td.TdClassName
{
border-color: #60BFAE;
}
.TagClassName
{
border-color: #60BFAE;
}
</style>