Shades of Puerto Rico #4BC0AF
Tints of Puerto Rico #4BC0AF
RGB
CMYK
RGB Variations
Color information
#4BC0AF (or 0x4BC0AF) is known color: Puerto Rico. HEX triplet: 4B, C0 and AF. RGB value is (75,192,175). Sum of RGB (Red+Green+Blue) = 75+192+175=442 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.97% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC0AF is #B43F50. Grayscale: #9B9B9B. Windows color (decimal): -11812689 or 11518027. OLE color: 11518027.
HSL color Cylindrical-coordinate representation of color #4BC0AF: hue angle of 171.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC0AF is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 175 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.25 |
| HSL | 171.28º | 0.48% | 0.52% | - |
| HSV(B) | 171.28º | 0.61% | 0.75% | - |
| XYZ | 29.49 | 42.29 | 47.17 | - |
| YUV | 155.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 175 | 0.61 | 0 | 0.09 | 0.25 | 171.28 | 0.48 | 0.52 |
| Hex | 4B | C0 | AF | 3D | 0 | 9 | 19 | AB | 30 | 34 |
| Octal | 113 | 300 | 257 | 75 | 0 | 11 | 31 | 253 | 60 | 64 |
| Binary | 1001011 | 11000000 | 10101111 | 111101 | 0 | 1001 | 11001 | 10101011 | 110000 | 110100 |
Color Harmonies of #4BC0AF
Complementary color
Monochromatic Colors of #4BC0AF
Black with #4BC0AF
Text Example
Text Example
White with #4BC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0AF; }
p { color: rgb(75,192,175); }
H1.HeaderClassName
{
color: #4BC0AF;
}
.AnyTagClassName
{
color: #4BC0AF;
}
</style>
background-color css
<style>
a { background-color: #4BC0AF; }
a { background-color: rgb(75,192,175); }
div.DivClassName
{
background-color: #4BC0AF;
}
.BgClassName
{
background-color: #4BC0AF;
}
</style>
border-color css
<style>
span { border-color: #4BC0AF; }
span { border-color: rgb(75,192,175); }
td.TdClassName
{
border-color: #4BC0AF;
}
.TagClassName
{
border-color: #4BC0AF;
}
</style>