Shades of Puerto Rico #62BEAB
Tints of Puerto Rico #62BEAB
RGB
CMYK
RGB Variations
Color information
#62BEAB (or 0x62BEAB) is known color: Puerto Rico. HEX triplet: 62, BE and AB. RGB value is (98,190,171). Sum of RGB (Red+Green+Blue) = 98+190+171=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BEAB is #9D4154. Grayscale: #A0A0A0. Windows color (decimal): -10305877 or 11255394. OLE color: 11255394.
HSL color Cylindrical-coordinate representation of color #62BEAB: hue angle of 167.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BEAB is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 190 | 171 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.25 |
| HSL | 167.61º | 0.41% | 0.56% | - |
| HSV(B) | 167.61º | 0.48% | 0.75% | - |
| XYZ | 30.8 | 42.36 | 45.08 | - |
| YUV | 160.33 | 134.02 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 190 | 171 | 0.48 | 0 | 0.10 | 0.25 | 167.61 | 0.41 | 0.56 |
| Hex | 62 | BE | AB | 30 | 0 | A | 19 | A8 | 29 | 38 |
| Octal | 142 | 276 | 253 | 60 | 0 | 12 | 31 | 250 | 51 | 70 |
| Binary | 1100010 | 10111110 | 10101011 | 110000 | 0 | 1010 | 11001 | 10101000 | 101001 | 111000 |
Color Harmonies of #62BEAB
Complementary color
Monochromatic Colors of #62BEAB
Black with #62BEAB
Text Example
Text Example
White with #62BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BEAB; }
p { color: rgb(98,190,171); }
H1.HeaderClassName
{
color: #62BEAB;
}
.AnyTagClassName
{
color: #62BEAB;
}
</style>
background-color css
<style>
a { background-color: #62BEAB; }
a { background-color: rgb(98,190,171); }
div.DivClassName
{
background-color: #62BEAB;
}
.BgClassName
{
background-color: #62BEAB;
}
</style>
border-color css
<style>
span { border-color: #62BEAB; }
span { border-color: rgb(98,190,171); }
td.TdClassName
{
border-color: #62BEAB;
}
.TagClassName
{
border-color: #62BEAB;
}
</style>