Shades of Puerto Rico #5FB4A3
Tints of Puerto Rico #5FB4A3
RGB
CMYK
RGB Variations
Color information
#5FB4A3 (or 0x5FB4A3) is known color: Puerto Rico. HEX triplet: 5F, B4 and A3. RGB value is (95,180,163). Sum of RGB (Red+Green+Blue) = 95+180+163=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4A3 is #A04B5C. Grayscale: #989898. Windows color (decimal): -10505053 or 10728543. OLE color: 10728543.
HSL color Cylindrical-coordinate representation of color #5FB4A3: hue angle of 168º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB4A3 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 163 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.29 |
| HSL | 168º | 0.36% | 0.54% | - |
| HSV(B) | 168º | 0.47% | 0.71% | - |
| XYZ | 27.65 | 37.72 | 40.47 | - |
| YUV | 152.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 163 | 0.47 | 0 | 0.09 | 0.29 | 168 | 0.36 | 0.54 |
| Hex | 5F | B4 | A3 | 2F | 0 | 9 | 1D | A8 | 24 | 36 |
| Octal | 137 | 264 | 243 | 57 | 0 | 11 | 35 | 250 | 44 | 66 |
| Binary | 1011111 | 10110100 | 10100011 | 101111 | 0 | 1001 | 11101 | 10101000 | 100100 | 110110 |
Color Harmonies of #5FB4A3
Complementary color
Monochromatic Colors of #5FB4A3
Black with #5FB4A3
Text Example
Text Example
White with #5FB4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB4A3; }
p { color: rgb(95,180,163); }
H1.HeaderClassName
{
color: #5FB4A3;
}
.AnyTagClassName
{
color: #5FB4A3;
}
</style>
background-color css
<style>
a { background-color: #5FB4A3; }
a { background-color: rgb(95,180,163); }
div.DivClassName
{
background-color: #5FB4A3;
}
.BgClassName
{
background-color: #5FB4A3;
}
</style>
border-color css
<style>
span { border-color: #5FB4A3; }
span { border-color: rgb(95,180,163); }
td.TdClassName
{
border-color: #5FB4A3;
}
.TagClassName
{
border-color: #5FB4A3;
}
</style>