Shades of Puerto Rico #5BC1AF
Tints of Puerto Rico #5BC1AF
RGB
CMYK
RGB Variations
Color information
#5BC1AF (or 0x5BC1AF) is known color: Puerto Rico. HEX triplet: 5B, C1 and AF. RGB value is (91,193,175). Sum of RGB (Red+Green+Blue) = 91+193+175=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC1AF is #A43E50. Grayscale: #A0A0A0. Windows color (decimal): -10763857 or 11518299. OLE color: 11518299.
HSL color Cylindrical-coordinate representation of color #5BC1AF: hue angle of 169.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC1AF is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 175 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.24 |
| HSL | 169.41º | 0.45% | 0.56% | - |
| HSV(B) | 169.41º | 0.53% | 0.76% | - |
| XYZ | 31.12 | 43.46 | 47.31 | - |
| YUV | 160.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 175 | 0.53 | 0 | 0.09 | 0.24 | 169.41 | 0.45 | 0.56 |
| Hex | 5B | C1 | AF | 35 | 0 | 9 | 18 | A9 | 2D | 38 |
| Octal | 133 | 301 | 257 | 65 | 0 | 11 | 30 | 251 | 55 | 70 |
| Binary | 1011011 | 11000001 | 10101111 | 110101 | 0 | 1001 | 11000 | 10101001 | 101101 | 111000 |
Color Harmonies of #5BC1AF
Complementary color
Monochromatic Colors of #5BC1AF
Black with #5BC1AF
Text Example
Text Example
White with #5BC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC1AF; }
p { color: rgb(91,193,175); }
H1.HeaderClassName
{
color: #5BC1AF;
}
.AnyTagClassName
{
color: #5BC1AF;
}
</style>
background-color css
<style>
a { background-color: #5BC1AF; }
a { background-color: rgb(91,193,175); }
div.DivClassName
{
background-color: #5BC1AF;
}
.BgClassName
{
background-color: #5BC1AF;
}
</style>
border-color css
<style>
span { border-color: #5BC1AF; }
span { border-color: rgb(91,193,175); }
td.TdClassName
{
border-color: #5BC1AF;
}
.TagClassName
{
border-color: #5BC1AF;
}
</style>