Shades of Puerto Rico #3FBEAA
Tints of Puerto Rico #3FBEAA
RGB
CMYK
RGB Variations
Color information
#3FBEAA (or 0x3FBEAA) is known color: Puerto Rico. HEX triplet: 3F, BE and AA. RGB value is (63,190,170). Sum of RGB (Red+Green+Blue) = 63+190+170=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBEAA is #C04155. Grayscale: #959595. Windows color (decimal): -12599638 or 11189823. OLE color: 11189823.
HSL color Cylindrical-coordinate representation of color #3FBEAA: hue angle of 170.55º 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 #3FBEAA is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 170 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.25 |
| HSL | 170.55º | 0.5% | 0.5% | - |
| HSV(B) | 170.55º | 0.67% | 0.75% | - |
| XYZ | 27.72 | 40.79 | 44.44 | - |
| YUV | 149.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 170 | 0.67 | 0 | 0.11 | 0.25 | 170.55 | 0.5 | 0.5 |
| Hex | 3F | BE | AA | 43 | 0 | B | 19 | AB | 32 | 32 |
| Octal | 77 | 276 | 252 | 103 | 0 | 13 | 31 | 253 | 62 | 62 |
| Binary | 111111 | 10111110 | 10101010 | 1000011 | 0 | 1011 | 11001 | 10101011 | 110010 | 110010 |
Color Harmonies of #3FBEAA
Complementary color
Monochromatic Colors of #3FBEAA
Black with #3FBEAA
Text Example
Text Example
White with #3FBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEAA; }
p { color: rgb(63,190,170); }
H1.HeaderClassName
{
color: #3FBEAA;
}
.AnyTagClassName
{
color: #3FBEAA;
}
</style>
background-color css
<style>
a { background-color: #3FBEAA; }
a { background-color: rgb(63,190,170); }
div.DivClassName
{
background-color: #3FBEAA;
}
.BgClassName
{
background-color: #3FBEAA;
}
</style>
border-color css
<style>
span { border-color: #3FBEAA; }
span { border-color: rgb(63,190,170); }
td.TdClassName
{
border-color: #3FBEAA;
}
.TagClassName
{
border-color: #3FBEAA;
}
</style>