Shades of Puerto Rico #5DBFAD
Tints of Puerto Rico #5DBFAD
RGB
CMYK
RGB Variations
Color information
#5DBFAD (or 0x5DBFAD) is known color: Puerto Rico. HEX triplet: 5D, BF and AD. RGB value is (93,191,173). Sum of RGB (Red+Green+Blue) = 93+191+173=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBFAD is #A24052. Grayscale: #9F9F9F. Windows color (decimal): -10633299 or 11386717. OLE color: 11386717.
HSL color Cylindrical-coordinate representation of color #5DBFAD: hue angle of 168.98º 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 #5DBFAD is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 173 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.25 |
| HSL | 168.98º | 0.43% | 0.56% | - |
| HSV(B) | 168.98º | 0.51% | 0.75% | - |
| XYZ | 30.69 | 42.61 | 46.14 | - |
| YUV | 159.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 173 | 0.51 | 0 | 0.09 | 0.25 | 168.98 | 0.43 | 0.56 |
| Hex | 5D | BF | AD | 33 | 0 | 9 | 19 | A9 | 2B | 38 |
| Octal | 135 | 277 | 255 | 63 | 0 | 11 | 31 | 251 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10101101 | 110011 | 0 | 1001 | 11001 | 10101001 | 101011 | 111000 |
Color Harmonies of #5DBFAD
Complementary color
Monochromatic Colors of #5DBFAD
Black with #5DBFAD
Text Example
Text Example
White with #5DBFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFAD; }
p { color: rgb(93,191,173); }
H1.HeaderClassName
{
color: #5DBFAD;
}
.AnyTagClassName
{
color: #5DBFAD;
}
</style>
background-color css
<style>
a { background-color: #5DBFAD; }
a { background-color: rgb(93,191,173); }
div.DivClassName
{
background-color: #5DBFAD;
}
.BgClassName
{
background-color: #5DBFAD;
}
</style>
border-color css
<style>
span { border-color: #5DBFAD; }
span { border-color: rgb(93,191,173); }
td.TdClassName
{
border-color: #5DBFAD;
}
.TagClassName
{
border-color: #5DBFAD;
}
</style>