Shades of Puerto Rico #3EBAAB
Tints of Puerto Rico #3EBAAB
RGB
CMYK
RGB Variations
Color information
#3EBAAB (or 0x3EBAAB) is known color: Puerto Rico. HEX triplet: 3E, BA and AB. RGB value is (62,186,171). Sum of RGB (Red+Green+Blue) = 62+186+171=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBAAB is #C14554. Grayscale: #939393. Windows color (decimal): -12666197 or 11254334. OLE color: 11254334.
HSL color Cylindrical-coordinate representation of color #3EBAAB: hue angle of 172.74º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBAAB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 171 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.27 |
| HSL | 172.74º | 0.5% | 0.49% | - |
| HSV(B) | 172.74º | 0.67% | 0.73% | - |
| XYZ | 26.9 | 39.08 | 44.65 | - |
| YUV | 147.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 171 | 0.67 | 0 | 0.08 | 0.27 | 172.74 | 0.5 | 0.49 |
| Hex | 3E | BA | AB | 43 | 0 | 8 | 1B | AD | 32 | 31 |
| Octal | 76 | 272 | 253 | 103 | 0 | 10 | 33 | 255 | 62 | 61 |
| Binary | 111110 | 10111010 | 10101011 | 1000011 | 0 | 1000 | 11011 | 10101101 | 110010 | 110001 |
Color Harmonies of #3EBAAB
Complementary color
Monochromatic Colors of #3EBAAB
Black with #3EBAAB
Text Example
Text Example
White with #3EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBAAB; }
p { color: rgb(62,186,171); }
H1.HeaderClassName
{
color: #3EBAAB;
}
.AnyTagClassName
{
color: #3EBAAB;
}
</style>
background-color css
<style>
a { background-color: #3EBAAB; }
a { background-color: rgb(62,186,171); }
div.DivClassName
{
background-color: #3EBAAB;
}
.BgClassName
{
background-color: #3EBAAB;
}
</style>
border-color css
<style>
span { border-color: #3EBAAB; }
span { border-color: rgb(62,186,171); }
td.TdClassName
{
border-color: #3EBAAB;
}
.TagClassName
{
border-color: #3EBAAB;
}
</style>