Shades of Puerto Rico #3FAE9F
Tints of Puerto Rico #3FAE9F
RGB
CMYK
RGB Variations
Color information
#3FAE9F (or 0x3FAE9F) is known color: Puerto Rico. HEX triplet: 3F, AE and 9F. RGB value is (63,174,159). Sum of RGB (Red+Green+Blue) = 63+174+159=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAE9F is #C05160. Grayscale: #8B8B8B. Windows color (decimal): -12603745 or 10464831. OLE color: 10464831.
HSL color Cylindrical-coordinate representation of color #3FAE9F: hue angle of 171.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAE9F is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 159 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.32 |
| HSL | 171.89º | 0.47% | 0.46% | - |
| HSV(B) | 171.89º | 0.64% | 0.68% | - |
| XYZ | 23.44 | 33.83 | 38.1 | - |
| YUV | 139.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 159 | 0.64 | 0 | 0.09 | 0.32 | 171.89 | 0.47 | 0.46 |
| Hex | 3F | AE | 9F | 40 | 0 | 9 | 20 | AC | 2F | 2E |
| Octal | 77 | 256 | 237 | 100 | 0 | 11 | 40 | 254 | 57 | 56 |
| Binary | 111111 | 10101110 | 10011111 | 1000000 | 0 | 1001 | 100000 | 10101100 | 101111 | 101110 |
Color Harmonies of #3FAE9F
Complementary color
Monochromatic Colors of #3FAE9F
Black with #3FAE9F
Text Example
Text Example
White with #3FAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE9F; }
p { color: rgb(63,174,159); }
H1.HeaderClassName
{
color: #3FAE9F;
}
.AnyTagClassName
{
color: #3FAE9F;
}
</style>
background-color css
<style>
a { background-color: #3FAE9F; }
a { background-color: rgb(63,174,159); }
div.DivClassName
{
background-color: #3FAE9F;
}
.BgClassName
{
background-color: #3FAE9F;
}
</style>
border-color css
<style>
span { border-color: #3FAE9F; }
span { border-color: rgb(63,174,159); }
td.TdClassName
{
border-color: #3FAE9F;
}
.TagClassName
{
border-color: #3FAE9F;
}
</style>