Shades of Puerto Rico #62BCAB
Tints of Puerto Rico #62BCAB
RGB
CMYK
RGB Variations
Color information
#62BCAB (or 0x62BCAB) is known color: Puerto Rico. HEX triplet: 62, BC and AB. RGB value is (98,188,171). Sum of RGB (Red+Green+Blue) = 98+188+171=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #62BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BCAB is #9D4354. Grayscale: #9F9F9F. Windows color (decimal): -10306389 or 11254882. OLE color: 11254882.
HSL color Cylindrical-coordinate representation of color #62BCAB: hue angle of 168.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BCAB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 171 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.26 |
| HSL | 168.67º | 0.4% | 0.56% | - |
| HSV(B) | 168.67º | 0.48% | 0.74% | - |
| XYZ | 30.37 | 41.5 | 44.94 | - |
| YUV | 159.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 171 | 0.48 | 0 | 0.09 | 0.26 | 168.67 | 0.4 | 0.56 |
| Hex | 62 | BC | AB | 30 | 0 | 9 | 1A | A9 | 28 | 38 |
| Octal | 142 | 274 | 253 | 60 | 0 | 11 | 32 | 251 | 50 | 70 |
| Binary | 1100010 | 10111100 | 10101011 | 110000 | 0 | 1001 | 11010 | 10101001 | 101000 | 111000 |
Color Harmonies of #62BCAB
Complementary color
Monochromatic Colors of #62BCAB
Black with #62BCAB
Text Example
Text Example
White with #62BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCAB; }
p { color: rgb(98,188,171); }
H1.HeaderClassName
{
color: #62BCAB;
}
.AnyTagClassName
{
color: #62BCAB;
}
</style>
background-color css
<style>
a { background-color: #62BCAB; }
a { background-color: rgb(98,188,171); }
div.DivClassName
{
background-color: #62BCAB;
}
.BgClassName
{
background-color: #62BCAB;
}
</style>
border-color css
<style>
span { border-color: #62BCAB; }
span { border-color: rgb(98,188,171); }
td.TdClassName
{
border-color: #62BCAB;
}
.TagClassName
{
border-color: #62BCAB;
}
</style>