Shades of Puerto Rico #5DBFB4
Tints of Puerto Rico #5DBFB4
RGB
CMYK
RGB Variations
Color information
#5DBFB4 (or 0x5DBFB4) is known color: Puerto Rico. HEX triplet: 5D, BF and B4. RGB value is (93,191,180). Sum of RGB (Red+Green+Blue) = 93+191+180=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFB4 is #A2404B. Grayscale: #A0A0A0. Windows color (decimal): -10633292 or 11845469. OLE color: 11845469.
HSL color Cylindrical-coordinate representation of color #5DBFB4: hue angle of 173.27º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBFB4 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 180 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.25 |
| HSL | 173.27º | 0.43% | 0.56% | - |
| HSV(B) | 173.27º | 0.51% | 0.75% | - |
| XYZ | 31.38 | 42.88 | 49.8 | - |
| YUV | 160.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 180 | 0.51 | 0 | 0.06 | 0.25 | 173.27 | 0.43 | 0.56 |
| Hex | 5D | BF | B4 | 33 | 0 | 6 | 19 | AD | 2B | 38 |
| Octal | 135 | 277 | 264 | 63 | 0 | 6 | 31 | 255 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10110100 | 110011 | 0 | 110 | 11001 | 10101101 | 101011 | 111000 |
Color Harmonies of #5DBFB4
Complementary color
Monochromatic Colors of #5DBFB4
Black with #5DBFB4
Text Example
Text Example
White with #5DBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFB4; }
p { color: rgb(93,191,180); }
H1.HeaderClassName
{
color: #5DBFB4;
}
.AnyTagClassName
{
color: #5DBFB4;
}
</style>
background-color css
<style>
a { background-color: #5DBFB4; }
a { background-color: rgb(93,191,180); }
div.DivClassName
{
background-color: #5DBFB4;
}
.BgClassName
{
background-color: #5DBFB4;
}
</style>
border-color css
<style>
span { border-color: #5DBFB4; }
span { border-color: rgb(93,191,180); }
td.TdClassName
{
border-color: #5DBFB4;
}
.TagClassName
{
border-color: #5DBFB4;
}
</style>