Shades of Puerto Rico #5FB3A4
Tints of Puerto Rico #5FB3A4
RGB
CMYK
RGB Variations
Color information
#5FB3A4 (or 0x5FB3A4) is known color: Puerto Rico. HEX triplet: 5F, B3 and A4. RGB value is (95,179,164). Sum of RGB (Red+Green+Blue) = 95+179+164=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB3A4 is #A04C5B. Grayscale: #989898. Windows color (decimal): -10505308 or 10793823. OLE color: 10793823.
HSL color Cylindrical-coordinate representation of color #5FB3A4: hue angle of 169.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB3A4 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 164 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.30 |
| HSL | 169.29º | 0.36% | 0.54% | - |
| HSV(B) | 169.29º | 0.47% | 0.7% | - |
| XYZ | 27.54 | 37.35 | 40.88 | - |
| YUV | 152.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 164 | 0.47 | 0 | 0.08 | 0.30 | 169.29 | 0.36 | 0.54 |
| Hex | 5F | B3 | A4 | 2F | 0 | 8 | 1E | A9 | 24 | 36 |
| Octal | 137 | 263 | 244 | 57 | 0 | 10 | 36 | 251 | 44 | 66 |
| Binary | 1011111 | 10110011 | 10100100 | 101111 | 0 | 1000 | 11110 | 10101001 | 100100 | 110110 |
Color Harmonies of #5FB3A4
Complementary color
Monochromatic Colors of #5FB3A4
Black with #5FB3A4
Text Example
Text Example
White with #5FB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB3A4; }
p { color: rgb(95,179,164); }
H1.HeaderClassName
{
color: #5FB3A4;
}
.AnyTagClassName
{
color: #5FB3A4;
}
</style>
background-color css
<style>
a { background-color: #5FB3A4; }
a { background-color: rgb(95,179,164); }
div.DivClassName
{
background-color: #5FB3A4;
}
.BgClassName
{
background-color: #5FB3A4;
}
</style>
border-color css
<style>
span { border-color: #5FB3A4; }
span { border-color: rgb(95,179,164); }
td.TdClassName
{
border-color: #5FB3A4;
}
.TagClassName
{
border-color: #5FB3A4;
}
</style>