Shades of Puerto Rico #5FC1AF
Tints of Puerto Rico #5FC1AF
RGB
CMYK
RGB Variations
Color information
#5FC1AF (or 0x5FC1AF) is known color: Puerto Rico. HEX triplet: 5F, C1 and AF. RGB value is (95,193,175). Sum of RGB (Red+Green+Blue) = 95+193+175=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC1AF is #A03E50. Grayscale: #A1A1A1. Windows color (decimal): -10501713 or 11518303. OLE color: 11518303.
HSL color Cylindrical-coordinate representation of color #5FC1AF: hue angle of 168.98º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC1AF is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 175 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.24 |
| HSL | 168.98º | 0.44% | 0.56% | - |
| HSV(B) | 168.98º | 0.51% | 0.76% | - |
| XYZ | 31.53 | 43.67 | 47.32 | - |
| YUV | 161.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 175 | 0.51 | 0 | 0.09 | 0.24 | 168.98 | 0.44 | 0.56 |
| Hex | 5F | C1 | AF | 33 | 0 | 9 | 18 | A9 | 2C | 38 |
| Octal | 137 | 301 | 257 | 63 | 0 | 11 | 30 | 251 | 54 | 70 |
| Binary | 1011111 | 11000001 | 10101111 | 110011 | 0 | 1001 | 11000 | 10101001 | 101100 | 111000 |
Color Harmonies of #5FC1AF
Complementary color
Monochromatic Colors of #5FC1AF
Black with #5FC1AF
Text Example
Text Example
White with #5FC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC1AF; }
p { color: rgb(95,193,175); }
H1.HeaderClassName
{
color: #5FC1AF;
}
.AnyTagClassName
{
color: #5FC1AF;
}
</style>
background-color css
<style>
a { background-color: #5FC1AF; }
a { background-color: rgb(95,193,175); }
div.DivClassName
{
background-color: #5FC1AF;
}
.BgClassName
{
background-color: #5FC1AF;
}
</style>
border-color css
<style>
span { border-color: #5FC1AF; }
span { border-color: rgb(95,193,175); }
td.TdClassName
{
border-color: #5FC1AF;
}
.TagClassName
{
border-color: #5FC1AF;
}
</style>