Shades of Puerto Rico #5DBFAC
Tints of Puerto Rico #5DBFAC
RGB
CMYK
RGB Variations
Color information
#5DBFAC (or 0x5DBFAC) is known color: Puerto Rico. HEX triplet: 5D, BF and AC. RGB value is (93,191,172). Sum of RGB (Red+Green+Blue) = 93+191+172=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBFAC is #A24053. Grayscale: #9F9F9F. Windows color (decimal): -10633300 or 11321181. OLE color: 11321181.
HSL color Cylindrical-coordinate representation of color #5DBFAC: hue angle of 168.37º 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 #5DBFAC is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 172 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.25 |
| HSL | 168.37º | 0.43% | 0.56% | - |
| HSV(B) | 168.37º | 0.51% | 0.75% | - |
| XYZ | 30.59 | 42.57 | 45.63 | - |
| YUV | 159.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 172 | 0.51 | 0 | 0.10 | 0.25 | 168.37 | 0.43 | 0.56 |
| Hex | 5D | BF | AC | 33 | 0 | A | 19 | A8 | 2B | 38 |
| Octal | 135 | 277 | 254 | 63 | 0 | 12 | 31 | 250 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10101100 | 110011 | 0 | 1010 | 11001 | 10101000 | 101011 | 111000 |
Color Harmonies of #5DBFAC
Complementary color
Monochromatic Colors of #5DBFAC
Black with #5DBFAC
Text Example
Text Example
White with #5DBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFAC; }
p { color: rgb(93,191,172); }
H1.HeaderClassName
{
color: #5DBFAC;
}
.AnyTagClassName
{
color: #5DBFAC;
}
</style>
background-color css
<style>
a { background-color: #5DBFAC; }
a { background-color: rgb(93,191,172); }
div.DivClassName
{
background-color: #5DBFAC;
}
.BgClassName
{
background-color: #5DBFAC;
}
</style>
border-color css
<style>
span { border-color: #5DBFAC; }
span { border-color: rgb(93,191,172); }
td.TdClassName
{
border-color: #5DBFAC;
}
.TagClassName
{
border-color: #5DBFAC;
}
</style>