Shades of Puerto Rico #4FC3AD
Tints of Puerto Rico #4FC3AD
RGB
CMYK
RGB Variations
Color information
#4FC3AD (or 0x4FC3AD) is known color: Puerto Rico. HEX triplet: 4F, C3 and AD. RGB value is (79,195,173). Sum of RGB (Red+Green+Blue) = 79+195+173=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC3AD is #B03C52. Grayscale: #9D9D9D. Windows color (decimal): -11549779 or 11387727. OLE color: 11387727.
HSL color Cylindrical-coordinate representation of color #4FC3AD: hue angle of 168.62º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC3AD is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 195 | 173 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.24 |
| HSL | 168.62º | 0.49% | 0.54% | - |
| HSV(B) | 168.62º | 0.59% | 0.76% | - |
| XYZ | 30.28 | 43.71 | 46.38 | - |
| YUV | 157.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 195 | 173 | 0.59 | 0 | 0.11 | 0.24 | 168.62 | 0.49 | 0.54 |
| Hex | 4F | C3 | AD | 3B | 0 | B | 18 | A9 | 31 | 36 |
| Octal | 117 | 303 | 255 | 73 | 0 | 13 | 30 | 251 | 61 | 66 |
| Binary | 1001111 | 11000011 | 10101101 | 111011 | 0 | 1011 | 11000 | 10101001 | 110001 | 110110 |
Color Harmonies of #4FC3AD
Complementary color
Monochromatic Colors of #4FC3AD
Black with #4FC3AD
Text Example
Text Example
White with #4FC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC3AD; }
p { color: rgb(79,195,173); }
H1.HeaderClassName
{
color: #4FC3AD;
}
.AnyTagClassName
{
color: #4FC3AD;
}
</style>
background-color css
<style>
a { background-color: #4FC3AD; }
a { background-color: rgb(79,195,173); }
div.DivClassName
{
background-color: #4FC3AD;
}
.BgClassName
{
background-color: #4FC3AD;
}
</style>
border-color css
<style>
span { border-color: #4FC3AD; }
span { border-color: rgb(79,195,173); }
td.TdClassName
{
border-color: #4FC3AD;
}
.TagClassName
{
border-color: #4FC3AD;
}
</style>