Shades of Puerto Rico #62BDB0
Tints of Puerto Rico #62BDB0
RGB
CMYK
RGB Variations
Color information
#62BDB0 (or 0x62BDB0) is known color: Puerto Rico. HEX triplet: 62, BD and B0. RGB value is (98,189,176). Sum of RGB (Red+Green+Blue) = 98+189+176=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #62BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BDB0 is #9D424F. Grayscale: #A0A0A0. Windows color (decimal): -10306128 or 11582818. OLE color: 11582818.
HSL color Cylindrical-coordinate representation of color #62BDB0: hue angle of 171.43º degrees, saturation: 0.41, 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 #62BDB0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 176 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.26 |
| HSL | 171.43º | 0.41% | 0.56% | - |
| HSV(B) | 171.43º | 0.48% | 0.74% | - |
| XYZ | 31.07 | 42.13 | 47.57 | - |
| YUV | 160.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 176 | 0.48 | 0 | 0.07 | 0.26 | 171.43 | 0.41 | 0.56 |
| Hex | 62 | BD | B0 | 30 | 0 | 7 | 1A | AB | 29 | 38 |
| Octal | 142 | 275 | 260 | 60 | 0 | 7 | 32 | 253 | 51 | 70 |
| Binary | 1100010 | 10111101 | 10110000 | 110000 | 0 | 111 | 11010 | 10101011 | 101001 | 111000 |
Color Harmonies of #62BDB0
Complementary color
Monochromatic Colors of #62BDB0
Black with #62BDB0
Text Example
Text Example
White with #62BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDB0; }
p { color: rgb(98,189,176); }
H1.HeaderClassName
{
color: #62BDB0;
}
.AnyTagClassName
{
color: #62BDB0;
}
</style>
background-color css
<style>
a { background-color: #62BDB0; }
a { background-color: rgb(98,189,176); }
div.DivClassName
{
background-color: #62BDB0;
}
.BgClassName
{
background-color: #62BDB0;
}
</style>
border-color css
<style>
span { border-color: #62BDB0; }
span { border-color: rgb(98,189,176); }
td.TdClassName
{
border-color: #62BDB0;
}
.TagClassName
{
border-color: #62BDB0;
}
</style>