Shades of Puerto Rico #62BBA7
Tints of Puerto Rico #62BBA7
RGB
CMYK
RGB Variations
Color information
#62BBA7 (or 0x62BBA7) is known color: Puerto Rico. HEX triplet: 62, BB and A7. RGB value is (98,187,167). Sum of RGB (Red+Green+Blue) = 98+187+167=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BBA7 is #9D4458. Grayscale: #9E9E9E. Windows color (decimal): -10306649 or 10992482. OLE color: 10992482.
HSL color Cylindrical-coordinate representation of color #62BBA7: hue angle of 166.52º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BBA7 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 187 | 167 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.27 |
| HSL | 166.52º | 0.4% | 0.56% | - |
| HSV(B) | 166.52º | 0.48% | 0.73% | - |
| XYZ | 29.78 | 40.93 | 42.89 | - |
| YUV | 158.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 167 | 0.48 | 0 | 0.11 | 0.27 | 166.52 | 0.4 | 0.56 |
| Hex | 62 | BB | A7 | 30 | 0 | B | 1B | A7 | 28 | 38 |
| Octal | 142 | 273 | 247 | 60 | 0 | 13 | 33 | 247 | 50 | 70 |
| Binary | 1100010 | 10111011 | 10100111 | 110000 | 0 | 1011 | 11011 | 10100111 | 101000 | 111000 |
Color Harmonies of #62BBA7
Complementary color
Monochromatic Colors of #62BBA7
Black with #62BBA7
Text Example
Text Example
White with #62BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBA7; }
p { color: rgb(98,187,167); }
H1.HeaderClassName
{
color: #62BBA7;
}
.AnyTagClassName
{
color: #62BBA7;
}
</style>
background-color css
<style>
a { background-color: #62BBA7; }
a { background-color: rgb(98,187,167); }
div.DivClassName
{
background-color: #62BBA7;
}
.BgClassName
{
background-color: #62BBA7;
}
</style>
border-color css
<style>
span { border-color: #62BBA7; }
span { border-color: rgb(98,187,167); }
td.TdClassName
{
border-color: #62BBA7;
}
.TagClassName
{
border-color: #62BBA7;
}
</style>