Shades of Puerto Rico #3FBEAE
Tints of Puerto Rico #3FBEAE
RGB
CMYK
RGB Variations
Color information
#3FBEAE (or 0x3FBEAE) is known color: Puerto Rico. HEX triplet: 3F, BE and AE. RGB value is (63,190,174). Sum of RGB (Red+Green+Blue) = 63+190+174=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBEAE is #C04151. Grayscale: #969696. Windows color (decimal): -12599634 or 11451967. OLE color: 11451967.
HSL color Cylindrical-coordinate representation of color #3FBEAE: hue angle of 172.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBEAE is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 174 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.25 |
| HSL | 172.44º | 0.5% | 0.5% | - |
| HSV(B) | 172.44º | 0.67% | 0.75% | - |
| XYZ | 28.1 | 40.94 | 46.47 | - |
| YUV | 150.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 174 | 0.67 | 0 | 0.08 | 0.25 | 172.44 | 0.5 | 0.5 |
| Hex | 3F | BE | AE | 43 | 0 | 8 | 19 | AC | 32 | 32 |
| Octal | 77 | 276 | 256 | 103 | 0 | 10 | 31 | 254 | 62 | 62 |
| Binary | 111111 | 10111110 | 10101110 | 1000011 | 0 | 1000 | 11001 | 10101100 | 110010 | 110010 |
Color Harmonies of #3FBEAE
Complementary color
Monochromatic Colors of #3FBEAE
Black with #3FBEAE
Text Example
Text Example
White with #3FBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEAE; }
p { color: rgb(63,190,174); }
H1.HeaderClassName
{
color: #3FBEAE;
}
.AnyTagClassName
{
color: #3FBEAE;
}
</style>
background-color css
<style>
a { background-color: #3FBEAE; }
a { background-color: rgb(63,190,174); }
div.DivClassName
{
background-color: #3FBEAE;
}
.BgClassName
{
background-color: #3FBEAE;
}
</style>
border-color css
<style>
span { border-color: #3FBEAE; }
span { border-color: rgb(63,190,174); }
td.TdClassName
{
border-color: #3FBEAE;
}
.TagClassName
{
border-color: #3FBEAE;
}
</style>