Shades of Puerto Rico #4BAE9F
Tints of Puerto Rico #4BAE9F
RGB
CMYK
RGB Variations
Color information
#4BAE9F (or 0x4BAE9F) is known color: Puerto Rico. HEX triplet: 4B, AE and 9F. RGB value is (75,174,159). Sum of RGB (Red+Green+Blue) = 75+174+159=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAE9F is #B45160. Grayscale: #8E8E8E. Windows color (decimal): -11817313 or 10464843. OLE color: 10464843.
HSL color Cylindrical-coordinate representation of color #4BAE9F: hue angle of 170.91º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAE9F is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 159 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.32 |
| HSL | 170.91º | 0.4% | 0.49% | - |
| HSV(B) | 170.91º | 0.57% | 0.68% | - |
| XYZ | 24.3 | 34.27 | 38.14 | - |
| YUV | 142.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 159 | 0.57 | 0 | 0.09 | 0.32 | 170.91 | 0.4 | 0.49 |
| Hex | 4B | AE | 9F | 39 | 0 | 9 | 20 | AB | 28 | 31 |
| Octal | 113 | 256 | 237 | 71 | 0 | 11 | 40 | 253 | 50 | 61 |
| Binary | 1001011 | 10101110 | 10011111 | 111001 | 0 | 1001 | 100000 | 10101011 | 101000 | 110001 |
Color Harmonies of #4BAE9F
Complementary color
Monochromatic Colors of #4BAE9F
Black with #4BAE9F
Text Example
Text Example
White with #4BAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE9F; }
p { color: rgb(75,174,159); }
H1.HeaderClassName
{
color: #4BAE9F;
}
.AnyTagClassName
{
color: #4BAE9F;
}
</style>
background-color css
<style>
a { background-color: #4BAE9F; }
a { background-color: rgb(75,174,159); }
div.DivClassName
{
background-color: #4BAE9F;
}
.BgClassName
{
background-color: #4BAE9F;
}
</style>
border-color css
<style>
span { border-color: #4BAE9F; }
span { border-color: rgb(75,174,159); }
td.TdClassName
{
border-color: #4BAE9F;
}
.TagClassName
{
border-color: #4BAE9F;
}
</style>