Shades of Puerto Rico #3EBBA6
Tints of Puerto Rico #3EBBA6
RGB
CMYK
RGB Variations
Color information
#3EBBA6 (or 0x3EBBA6) is known color: Puerto Rico. HEX triplet: 3E, BB and A6. RGB value is (62,187,166). Sum of RGB (Red+Green+Blue) = 62+187+166=415 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.94% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #3EBBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBBA6 is #C14459. Grayscale: #939393. Windows color (decimal): -12665946 or 10926910. OLE color: 10926910.
HSL color Cylindrical-coordinate representation of color #3EBBA6: hue angle of 169.92º 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 #3EBBA6 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 187 | 166 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.27 |
| HSL | 169.92º | 0.5% | 0.49% | - |
| HSV(B) | 169.92º | 0.67% | 0.73% | - |
| XYZ | 26.64 | 39.32 | 42.26 | - |
| YUV | 147.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 187 | 166 | 0.67 | 0 | 0.11 | 0.27 | 169.92 | 0.5 | 0.49 |
| Hex | 3E | BB | A6 | 43 | 0 | B | 1B | AA | 32 | 31 |
| Octal | 76 | 273 | 246 | 103 | 0 | 13 | 33 | 252 | 62 | 61 |
| Binary | 111110 | 10111011 | 10100110 | 1000011 | 0 | 1011 | 11011 | 10101010 | 110010 | 110001 |
Color Harmonies of #3EBBA6
Complementary color
Monochromatic Colors of #3EBBA6
Black with #3EBBA6
Text Example
Text Example
White with #3EBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBBA6; }
p { color: rgb(62,187,166); }
H1.HeaderClassName
{
color: #3EBBA6;
}
.AnyTagClassName
{
color: #3EBBA6;
}
</style>
background-color css
<style>
a { background-color: #3EBBA6; }
a { background-color: rgb(62,187,166); }
div.DivClassName
{
background-color: #3EBBA6;
}
.BgClassName
{
background-color: #3EBBA6;
}
</style>
border-color css
<style>
span { border-color: #3EBBA6; }
span { border-color: rgb(62,187,166); }
td.TdClassName
{
border-color: #3EBBA6;
}
.TagClassName
{
border-color: #3EBBA6;
}
</style>