Shades of Puerto Rico #62B8AB
Tints of Puerto Rico #62B8AB
RGB
CMYK
RGB Variations
Color information
#62B8AB (or 0x62B8AB) is known color: Puerto Rico. HEX triplet: 62, B8 and AB. RGB value is (98,184,171). Sum of RGB (Red+Green+Blue) = 98+184+171=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #62B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B8AB is #9D4754. Grayscale: #9C9C9C. Windows color (decimal): -10307413 or 11253858. OLE color: 11253858.
HSL color Cylindrical-coordinate representation of color #62B8AB: hue angle of 170.93º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62B8AB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 171 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.28 |
| HSL | 170.93º | 0.38% | 0.55% | - |
| HSV(B) | 170.93º | 0.47% | 0.72% | - |
| XYZ | 29.53 | 39.82 | 44.66 | - |
| YUV | 156.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 171 | 0.47 | 0 | 0.07 | 0.28 | 170.93 | 0.38 | 0.55 |
| Hex | 62 | B8 | AB | 2F | 0 | 7 | 1C | AB | 26 | 37 |
| Octal | 142 | 270 | 253 | 57 | 0 | 7 | 34 | 253 | 46 | 67 |
| Binary | 1100010 | 10111000 | 10101011 | 101111 | 0 | 111 | 11100 | 10101011 | 100110 | 110111 |
Color Harmonies of #62B8AB
Complementary color
Monochromatic Colors of #62B8AB
Black with #62B8AB
Text Example
Text Example
White with #62B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B8AB; }
p { color: rgb(98,184,171); }
H1.HeaderClassName
{
color: #62B8AB;
}
.AnyTagClassName
{
color: #62B8AB;
}
</style>
background-color css
<style>
a { background-color: #62B8AB; }
a { background-color: rgb(98,184,171); }
div.DivClassName
{
background-color: #62B8AB;
}
.BgClassName
{
background-color: #62B8AB;
}
</style>
border-color css
<style>
span { border-color: #62B8AB; }
span { border-color: rgb(98,184,171); }
td.TdClassName
{
border-color: #62B8AB;
}
.TagClassName
{
border-color: #62B8AB;
}
</style>