Shades of Puerto Rico #5DBBA0
Tints of Puerto Rico #5DBBA0
RGB
CMYK
RGB Variations
Color information
#5DBBA0 (or 0x5DBBA0) is known color: Puerto Rico. HEX triplet: 5D, BB and A0. RGB value is (93,187,160). Sum of RGB (Red+Green+Blue) = 93+187+160=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBA0 is #A2445F. Grayscale: #9B9B9B. Windows color (decimal): -10634336 or 10533725. OLE color: 10533725.
HSL color Cylindrical-coordinate representation of color #5DBBA0: hue angle of 162.77º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBBA0 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 160 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.27 |
| HSL | 162.77º | 0.41% | 0.55% | - |
| HSV(B) | 162.77º | 0.5% | 0.73% | - |
| XYZ | 28.63 | 40.41 | 39.55 | - |
| YUV | 155.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 160 | 0.50 | 0 | 0.14 | 0.27 | 162.77 | 0.41 | 0.55 |
| Hex | 5D | BB | A0 | 32 | 0 | E | 1B | A3 | 29 | 37 |
| Octal | 135 | 273 | 240 | 62 | 0 | 16 | 33 | 243 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10100000 | 110010 | 0 | 1110 | 11011 | 10100011 | 101001 | 110111 |
Color Harmonies of #5DBBA0
Complementary color
Monochromatic Colors of #5DBBA0
Black with #5DBBA0
Text Example
Text Example
White with #5DBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBA0; }
p { color: rgb(93,187,160); }
H1.HeaderClassName
{
color: #5DBBA0;
}
.AnyTagClassName
{
color: #5DBBA0;
}
</style>
background-color css
<style>
a { background-color: #5DBBA0; }
a { background-color: rgb(93,187,160); }
div.DivClassName
{
background-color: #5DBBA0;
}
.BgClassName
{
background-color: #5DBBA0;
}
</style>
border-color css
<style>
span { border-color: #5DBBA0; }
span { border-color: rgb(93,187,160); }
td.TdClassName
{
border-color: #5DBBA0;
}
.TagClassName
{
border-color: #5DBBA0;
}
</style>