Shades of Puerto Rico #3EB49E
Tints of Puerto Rico #3EB49E
RGB
CMYK
RGB Variations
Color information
#3EB49E (or 0x3EB49E) is known color: Puerto Rico. HEX triplet: 3E, B4 and 9E. RGB value is (62,180,158). Sum of RGB (Red+Green+Blue) = 62+180+158=400 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #3EB49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EB49E is #C14B61. Grayscale: #8E8E8E. Windows color (decimal): -12667746 or 10400830. OLE color: 10400830.
HSL color Cylindrical-coordinate representation of color #3EB49E: hue angle of 168.81º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB49E is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 180 | 158 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.29 |
| HSL | 168.81º | 0.49% | 0.47% | - |
| HSV(B) | 168.81º | 0.66% | 0.71% | - |
| XYZ | 24.48 | 36.14 | 38.03 | - |
| YUV | 142.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 180 | 158 | 0.66 | 0 | 0.12 | 0.29 | 168.81 | 0.49 | 0.47 |
| Hex | 3E | B4 | 9E | 42 | 0 | C | 1D | A9 | 31 | 2F |
| Octal | 76 | 264 | 236 | 102 | 0 | 14 | 35 | 251 | 61 | 57 |
| Binary | 111110 | 10110100 | 10011110 | 1000010 | 0 | 1100 | 11101 | 10101001 | 110001 | 101111 |
Color Harmonies of #3EB49E
Complementary color
Monochromatic Colors of #3EB49E
Black with #3EB49E
Text Example
Text Example
White with #3EB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB49E; }
p { color: rgb(62,180,158); }
H1.HeaderClassName
{
color: #3EB49E;
}
.AnyTagClassName
{
color: #3EB49E;
}
</style>
background-color css
<style>
a { background-color: #3EB49E; }
a { background-color: rgb(62,180,158); }
div.DivClassName
{
background-color: #3EB49E;
}
.BgClassName
{
background-color: #3EB49E;
}
</style>
border-color css
<style>
span { border-color: #3EB49E; }
span { border-color: rgb(62,180,158); }
td.TdClassName
{
border-color: #3EB49E;
}
.TagClassName
{
border-color: #3EB49E;
}
</style>