Shades of Puerto Rico #3EBFAC
Tints of Puerto Rico #3EBFAC
RGB
CMYK
RGB Variations
Color information
#3EBFAC (or 0x3EBFAC) is known color: Puerto Rico. HEX triplet: 3E, BF and AC. RGB value is (62,191,172). Sum of RGB (Red+Green+Blue) = 62+191+172=425 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.59% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBFAC is #C14053. Grayscale: #969696. Windows color (decimal): -12664916 or 11321150. OLE color: 11321150.
HSL color Cylindrical-coordinate representation of color #3EBFAC: hue angle of 171.16º 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 #3EBFAC is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 191 | 172 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.25 |
| HSL | 171.16º | 0.51% | 0.5% | - |
| HSV(B) | 171.16º | 0.68% | 0.75% | - |
| XYZ | 28.06 | 41.26 | 45.52 | - |
| YUV | 150.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 191 | 172 | 0.68 | 0 | 0.10 | 0.25 | 171.16 | 0.51 | 0.5 |
| Hex | 3E | BF | AC | 44 | 0 | A | 19 | AB | 33 | 32 |
| Octal | 76 | 277 | 254 | 104 | 0 | 12 | 31 | 253 | 63 | 62 |
| Binary | 111110 | 10111111 | 10101100 | 1000100 | 0 | 1010 | 11001 | 10101011 | 110011 | 110010 |
Color Harmonies of #3EBFAC
Complementary color
Monochromatic Colors of #3EBFAC
Black with #3EBFAC
Text Example
Text Example
White with #3EBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBFAC; }
p { color: rgb(62,191,172); }
H1.HeaderClassName
{
color: #3EBFAC;
}
.AnyTagClassName
{
color: #3EBFAC;
}
</style>
background-color css
<style>
a { background-color: #3EBFAC; }
a { background-color: rgb(62,191,172); }
div.DivClassName
{
background-color: #3EBFAC;
}
.BgClassName
{
background-color: #3EBFAC;
}
</style>
border-color css
<style>
span { border-color: #3EBFAC; }
span { border-color: rgb(62,191,172); }
td.TdClassName
{
border-color: #3EBFAC;
}
.TagClassName
{
border-color: #3EBFAC;
}
</style>