Shades of Puerto Rico #5BC2AD
Tints of Puerto Rico #5BC2AD
RGB
CMYK
RGB Variations
Color information
#5BC2AD (or 0x5BC2AD) is known color: Puerto Rico. HEX triplet: 5B, C2 and AD. RGB value is (91,194,173). Sum of RGB (Red+Green+Blue) = 91+194+173=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC2AD is #A43D52. Grayscale: #A0A0A0. Windows color (decimal): -10763603 or 11387483. OLE color: 11387483.
HSL color Cylindrical-coordinate representation of color #5BC2AD: hue angle of 167.77º degrees, saturation: 0.46, 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 #5BC2AD is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 173 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.24 |
| HSL | 167.77º | 0.46% | 0.56% | - |
| HSV(B) | 167.77º | 0.53% | 0.76% | - |
| XYZ | 31.15 | 43.82 | 46.35 | - |
| YUV | 160.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 173 | 0.53 | 0 | 0.11 | 0.24 | 167.77 | 0.46 | 0.56 |
| Hex | 5B | C2 | AD | 35 | 0 | B | 18 | A8 | 2E | 38 |
| Octal | 133 | 302 | 255 | 65 | 0 | 13 | 30 | 250 | 56 | 70 |
| Binary | 1011011 | 11000010 | 10101101 | 110101 | 0 | 1011 | 11000 | 10101000 | 101110 | 111000 |
Color Harmonies of #5BC2AD
Complementary color
Monochromatic Colors of #5BC2AD
Black with #5BC2AD
Text Example
Text Example
White with #5BC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2AD; }
p { color: rgb(91,194,173); }
H1.HeaderClassName
{
color: #5BC2AD;
}
.AnyTagClassName
{
color: #5BC2AD;
}
</style>
background-color css
<style>
a { background-color: #5BC2AD; }
a { background-color: rgb(91,194,173); }
div.DivClassName
{
background-color: #5BC2AD;
}
.BgClassName
{
background-color: #5BC2AD;
}
</style>
border-color css
<style>
span { border-color: #5BC2AD; }
span { border-color: rgb(91,194,173); }
td.TdClassName
{
border-color: #5BC2AD;
}
.TagClassName
{
border-color: #5BC2AD;
}
</style>