Shades of Puerto Rico #5DBBB1
Tints of Puerto Rico #5DBBB1
RGB
CMYK
RGB Variations
Color information
#5DBBB1 (or 0x5DBBB1) is known color: Puerto Rico. HEX triplet: 5D, BB and B1. RGB value is (93,187,177). Sum of RGB (Red+Green+Blue) = 93+187+177=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBB1 is #A2444E. Grayscale: #9D9D9D. Windows color (decimal): -10634319 or 11647837. OLE color: 11647837.
HSL color Cylindrical-coordinate representation of color #5DBBB1: hue angle of 173.62º 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 #5DBBB1 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 177 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.27 |
| HSL | 173.62º | 0.41% | 0.55% | - |
| HSV(B) | 173.62º | 0.5% | 0.73% | - |
| XYZ | 30.22 | 41.04 | 47.92 | - |
| YUV | 157.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 177 | 0.50 | 0 | 0.05 | 0.27 | 173.62 | 0.41 | 0.55 |
| Hex | 5D | BB | B1 | 32 | 0 | 5 | 1B | AE | 29 | 37 |
| Octal | 135 | 273 | 261 | 62 | 0 | 5 | 33 | 256 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10110001 | 110010 | 0 | 101 | 11011 | 10101110 | 101001 | 110111 |
Color Harmonies of #5DBBB1
Complementary color
Monochromatic Colors of #5DBBB1
Black with #5DBBB1
Text Example
Text Example
White with #5DBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBB1; }
p { color: rgb(93,187,177); }
H1.HeaderClassName
{
color: #5DBBB1;
}
.AnyTagClassName
{
color: #5DBBB1;
}
</style>
background-color css
<style>
a { background-color: #5DBBB1; }
a { background-color: rgb(93,187,177); }
div.DivClassName
{
background-color: #5DBBB1;
}
.BgClassName
{
background-color: #5DBBB1;
}
</style>
border-color css
<style>
span { border-color: #5DBBB1; }
span { border-color: rgb(93,187,177); }
td.TdClassName
{
border-color: #5DBBB1;
}
.TagClassName
{
border-color: #5DBBB1;
}
</style>