Shades of Puerto Rico #3EBFAE
Tints of Puerto Rico #3EBFAE
RGB
CMYK
RGB Variations
Color information
#3EBFAE (or 0x3EBFAE) is known color: Puerto Rico. HEX triplet: 3E, BF and AE. RGB value is (62,191,174). Sum of RGB (Red+Green+Blue) = 62+191+174=427 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.52% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBFAE is #C14051. Grayscale: #969696. Windows color (decimal): -12664914 or 11452222. OLE color: 11452222.
HSL color Cylindrical-coordinate representation of color #3EBFAE: hue angle of 172.09º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EBFAE is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 191 | 174 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.25 |
| HSL | 172.09º | 0.51% | 0.5% | - |
| HSV(B) | 172.09º | 0.68% | 0.75% | - |
| XYZ | 28.26 | 41.34 | 46.53 | - |
| YUV | 150.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 191 | 174 | 0.68 | 0 | 0.09 | 0.25 | 172.09 | 0.51 | 0.5 |
| Hex | 3E | BF | AE | 44 | 0 | 9 | 19 | AC | 33 | 32 |
| Octal | 76 | 277 | 256 | 104 | 0 | 11 | 31 | 254 | 63 | 62 |
| Binary | 111110 | 10111111 | 10101110 | 1000100 | 0 | 1001 | 11001 | 10101100 | 110011 | 110010 |
Color Harmonies of #3EBFAE
Complementary color
Monochromatic Colors of #3EBFAE
Black with #3EBFAE
Text Example
Text Example
White with #3EBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBFAE; }
p { color: rgb(62,191,174); }
H1.HeaderClassName
{
color: #3EBFAE;
}
.AnyTagClassName
{
color: #3EBFAE;
}
</style>
background-color css
<style>
a { background-color: #3EBFAE; }
a { background-color: rgb(62,191,174); }
div.DivClassName
{
background-color: #3EBFAE;
}
.BgClassName
{
background-color: #3EBFAE;
}
</style>
border-color css
<style>
span { border-color: #3EBFAE; }
span { border-color: rgb(62,191,174); }
td.TdClassName
{
border-color: #3EBFAE;
}
.TagClassName
{
border-color: #3EBFAE;
}
</style>