Shades of Puerto Rico #5DBEA9
Tints of Puerto Rico #5DBEA9
RGB
CMYK
RGB Variations
Color information
#5DBEA9 (or 0x5DBEA9) is known color: Puerto Rico. HEX triplet: 5D, BE and A9. RGB value is (93,190,169). Sum of RGB (Red+Green+Blue) = 93+190+169=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEA9 is #A24156. Grayscale: #9E9E9E. Windows color (decimal): -10633559 or 11124317. OLE color: 11124317.
HSL color Cylindrical-coordinate representation of color #5DBEA9: hue angle of 167.01º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEA9 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 169 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.25 |
| HSL | 167.01º | 0.43% | 0.55% | - |
| HSV(B) | 167.01º | 0.51% | 0.75% | - |
| XYZ | 30.09 | 42.02 | 44.06 | - |
| YUV | 158.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 169 | 0.51 | 0 | 0.11 | 0.25 | 167.01 | 0.43 | 0.55 |
| Hex | 5D | BE | A9 | 33 | 0 | B | 19 | A7 | 2B | 37 |
| Octal | 135 | 276 | 251 | 63 | 0 | 13 | 31 | 247 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10101001 | 110011 | 0 | 1011 | 11001 | 10100111 | 101011 | 110111 |
Color Harmonies of #5DBEA9
Complementary color
Monochromatic Colors of #5DBEA9
Black with #5DBEA9
Text Example
Text Example
White with #5DBEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEA9; }
p { color: rgb(93,190,169); }
H1.HeaderClassName
{
color: #5DBEA9;
}
.AnyTagClassName
{
color: #5DBEA9;
}
</style>
background-color css
<style>
a { background-color: #5DBEA9; }
a { background-color: rgb(93,190,169); }
div.DivClassName
{
background-color: #5DBEA9;
}
.BgClassName
{
background-color: #5DBEA9;
}
</style>
border-color css
<style>
span { border-color: #5DBEA9; }
span { border-color: rgb(93,190,169); }
td.TdClassName
{
border-color: #5DBEA9;
}
.TagClassName
{
border-color: #5DBEA9;
}
</style>