Shades of Puerto Rico #3EBAAE
Tints of Puerto Rico #3EBAAE
RGB
CMYK
RGB Variations
Color information
#3EBAAE (or 0x3EBAAE) is known color: Puerto Rico. HEX triplet: 3E, BA and AE. RGB value is (62,186,174). Sum of RGB (Red+Green+Blue) = 62+186+174=422 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.69% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBAAE is #C14551. Grayscale: #939393. Windows color (decimal): -12666194 or 11450942. OLE color: 11450942.
HSL color Cylindrical-coordinate representation of color #3EBAAE: hue angle of 174.19º 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 #3EBAAE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 174 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.27 |
| HSL | 174.19º | 0.5% | 0.49% | - |
| HSV(B) | 174.19º | 0.67% | 0.73% | - |
| XYZ | 27.19 | 39.2 | 46.18 | - |
| YUV | 147.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 174 | 0.67 | 0 | 0.06 | 0.27 | 174.19 | 0.5 | 0.49 |
| Hex | 3E | BA | AE | 43 | 0 | 6 | 1B | AE | 32 | 31 |
| Octal | 76 | 272 | 256 | 103 | 0 | 6 | 33 | 256 | 62 | 61 |
| Binary | 111110 | 10111010 | 10101110 | 1000011 | 0 | 110 | 11011 | 10101110 | 110010 | 110001 |
Color Harmonies of #3EBAAE
Complementary color
Monochromatic Colors of #3EBAAE
Black with #3EBAAE
Text Example
Text Example
White with #3EBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBAAE; }
p { color: rgb(62,186,174); }
H1.HeaderClassName
{
color: #3EBAAE;
}
.AnyTagClassName
{
color: #3EBAAE;
}
</style>
background-color css
<style>
a { background-color: #3EBAAE; }
a { background-color: rgb(62,186,174); }
div.DivClassName
{
background-color: #3EBAAE;
}
.BgClassName
{
background-color: #3EBAAE;
}
</style>
border-color css
<style>
span { border-color: #3EBAAE; }
span { border-color: rgb(62,186,174); }
td.TdClassName
{
border-color: #3EBAAE;
}
.TagClassName
{
border-color: #3EBAAE;
}
</style>