Shades of Puerto Rico #4FCBAE
Tints of Puerto Rico #4FCBAE
RGB
CMYK
RGB Variations
Color information
#4FCBAE (or 0x4FCBAE) is known color: Puerto Rico. HEX triplet: 4F, CB and AE. RGB value is (79,203,174). Sum of RGB (Red+Green+Blue) = 79+203+174=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCBAE is #B03451. Grayscale: #A2A2A2. Windows color (decimal): -11547730 or 11455311. OLE color: 11455311.
HSL color Cylindrical-coordinate representation of color #4FCBAE: hue angle of 165.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBAE is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 174 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.20 |
| HSL | 165.97º | 0.54% | 0.55% | - |
| HSV(B) | 165.97º | 0.61% | 0.8% | - |
| XYZ | 32.22 | 47.43 | 47.5 | - |
| YUV | 162.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 174 | 0.61 | 0 | 0.14 | 0.20 | 165.97 | 0.54 | 0.55 |
| Hex | 4F | CB | AE | 3D | 0 | E | 14 | A6 | 36 | 37 |
| Octal | 117 | 313 | 256 | 75 | 0 | 16 | 24 | 246 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10101110 | 111101 | 0 | 1110 | 10100 | 10100110 | 110110 | 110111 |
Color Harmonies of #4FCBAE
Complementary color
Monochromatic Colors of #4FCBAE
Black with #4FCBAE
Text Example
Text Example
White with #4FCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBAE; }
p { color: rgb(79,203,174); }
H1.HeaderClassName
{
color: #4FCBAE;
}
.AnyTagClassName
{
color: #4FCBAE;
}
</style>
background-color css
<style>
a { background-color: #4FCBAE; }
a { background-color: rgb(79,203,174); }
div.DivClassName
{
background-color: #4FCBAE;
}
.BgClassName
{
background-color: #4FCBAE;
}
</style>
border-color css
<style>
span { border-color: #4FCBAE; }
span { border-color: rgb(79,203,174); }
td.TdClassName
{
border-color: #4FCBAE;
}
.TagClassName
{
border-color: #4FCBAE;
}
</style>