Shades of Puerto Rico #4FB09A
Tints of Puerto Rico #4FB09A
RGB
CMYK
RGB Variations
Color information
#4FB09A (or 0x4FB09A) is known color: Puerto Rico. HEX triplet: 4F, B0 and 9A. RGB value is (79,176,154). Sum of RGB (Red+Green+Blue) = 79+176+154=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB09A is #B04F65. Grayscale: #909090. Windows color (decimal): -11554662 or 10137679. OLE color: 10137679.
HSL color Cylindrical-coordinate representation of color #4FB09A: hue angle of 166.39º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB09A is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 176 | 154 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.31 |
| HSL | 166.39º | 0.38% | 0.5% | - |
| HSV(B) | 166.39º | 0.55% | 0.69% | - |
| XYZ | 24.58 | 35.05 | 36.04 | - |
| YUV | 144.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 154 | 0.55 | 0 | 0.12 | 0.31 | 166.39 | 0.38 | 0.5 |
| Hex | 4F | B0 | 9A | 37 | 0 | C | 1F | A6 | 26 | 32 |
| Octal | 117 | 260 | 232 | 67 | 0 | 14 | 37 | 246 | 46 | 62 |
| Binary | 1001111 | 10110000 | 10011010 | 110111 | 0 | 1100 | 11111 | 10100110 | 100110 | 110010 |
Color Harmonies of #4FB09A
Complementary color
Monochromatic Colors of #4FB09A
Black with #4FB09A
Text Example
Text Example
White with #4FB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB09A; }
p { color: rgb(79,176,154); }
H1.HeaderClassName
{
color: #4FB09A;
}
.AnyTagClassName
{
color: #4FB09A;
}
</style>
background-color css
<style>
a { background-color: #4FB09A; }
a { background-color: rgb(79,176,154); }
div.DivClassName
{
background-color: #4FB09A;
}
.BgClassName
{
background-color: #4FB09A;
}
</style>
border-color css
<style>
span { border-color: #4FB09A; }
span { border-color: rgb(79,176,154); }
td.TdClassName
{
border-color: #4FB09A;
}
.TagClassName
{
border-color: #4FB09A;
}
</style>