Shades of Puerto Rico #62B4A5
Tints of Puerto Rico #62B4A5
RGB
CMYK
RGB Variations
Color information
#62B4A5 (or 0x62B4A5) is known color: Puerto Rico. HEX triplet: 62, B4 and A5. RGB value is (98,180,165). Sum of RGB (Red+Green+Blue) = 98+180+165=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #62B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B4A5 is #9D4B5A. Grayscale: #999999. Windows color (decimal): -10308443 or 10859618. OLE color: 10859618.
HSL color Cylindrical-coordinate representation of color #62B4A5: hue angle of 169.02º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B4A5 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 180 | 165 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.29 |
| HSL | 169.02º | 0.35% | 0.55% | - |
| HSV(B) | 169.02º | 0.46% | 0.71% | - |
| XYZ | 28.15 | 37.96 | 41.44 | - |
| YUV | 153.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 180 | 165 | 0.46 | 0 | 0.08 | 0.29 | 169.02 | 0.35 | 0.55 |
| Hex | 62 | B4 | A5 | 2E | 0 | 8 | 1D | A9 | 23 | 37 |
| Octal | 142 | 264 | 245 | 56 | 0 | 10 | 35 | 251 | 43 | 67 |
| Binary | 1100010 | 10110100 | 10100101 | 101110 | 0 | 1000 | 11101 | 10101001 | 100011 | 110111 |
Color Harmonies of #62B4A5
Complementary color
Monochromatic Colors of #62B4A5
Black with #62B4A5
Text Example
Text Example
White with #62B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B4A5; }
p { color: rgb(98,180,165); }
H1.HeaderClassName
{
color: #62B4A5;
}
.AnyTagClassName
{
color: #62B4A5;
}
</style>
background-color css
<style>
a { background-color: #62B4A5; }
a { background-color: rgb(98,180,165); }
div.DivClassName
{
background-color: #62B4A5;
}
.BgClassName
{
background-color: #62B4A5;
}
</style>
border-color css
<style>
span { border-color: #62B4A5; }
span { border-color: rgb(98,180,165); }
td.TdClassName
{
border-color: #62B4A5;
}
.TagClassName
{
border-color: #62B4A5;
}
</style>