Shades of Puerto Rico #60BEAE
Tints of Puerto Rico #60BEAE
RGB
CMYK
RGB Variations
Color information
#60BEAE (or 0x60BEAE) is known color: Puerto Rico. HEX triplet: 60, BE and AE. RGB value is (96,190,174). Sum of RGB (Red+Green+Blue) = 96+190+174=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEAE is #9F4151. Grayscale: #A0A0A0. Windows color (decimal): -10436946 or 11452000. OLE color: 11452000.
HSL color Cylindrical-coordinate representation of color #60BEAE: hue angle of 169.79º 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 #60BEAE is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 174 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.25 |
| HSL | 169.79º | 0.42% | 0.56% | - |
| HSV(B) | 169.79º | 0.49% | 0.75% | - |
| XYZ | 30.88 | 42.37 | 46.6 | - |
| YUV | 160.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 174 | 0.49 | 0 | 0.08 | 0.25 | 169.79 | 0.42 | 0.56 |
| Hex | 60 | BE | AE | 31 | 0 | 8 | 19 | AA | 2A | 38 |
| Octal | 140 | 276 | 256 | 61 | 0 | 10 | 31 | 252 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10101110 | 110001 | 0 | 1000 | 11001 | 10101010 | 101010 | 111000 |
Color Harmonies of #60BEAE
Complementary color
Monochromatic Colors of #60BEAE
Black with #60BEAE
Text Example
Text Example
White with #60BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEAE; }
p { color: rgb(96,190,174); }
H1.HeaderClassName
{
color: #60BEAE;
}
.AnyTagClassName
{
color: #60BEAE;
}
</style>
background-color css
<style>
a { background-color: #60BEAE; }
a { background-color: rgb(96,190,174); }
div.DivClassName
{
background-color: #60BEAE;
}
.BgClassName
{
background-color: #60BEAE;
}
</style>
border-color css
<style>
span { border-color: #60BEAE; }
span { border-color: rgb(96,190,174); }
td.TdClassName
{
border-color: #60BEAE;
}
.TagClassName
{
border-color: #60BEAE;
}
</style>