Shades of Puerto Rico #5DBCA1
Tints of Puerto Rico #5DBCA1
RGB
CMYK
RGB Variations
Color information
#5DBCA1 (or 0x5DBCA1) is known color: Puerto Rico. HEX triplet: 5D, BC and A1. RGB value is (93,188,161). Sum of RGB (Red+Green+Blue) = 93+188+161=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCA1 is #A2435E. Grayscale: #9C9C9C. Windows color (decimal): -10634079 or 10599517. OLE color: 10599517.
HSL color Cylindrical-coordinate representation of color #5DBCA1: hue angle of 162.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBCA1 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 161 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.26 |
| HSL | 162.95º | 0.41% | 0.55% | - |
| HSV(B) | 162.95º | 0.51% | 0.74% | - |
| XYZ | 28.93 | 40.87 | 40.08 | - |
| YUV | 156.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 161 | 0.51 | 0 | 0.14 | 0.26 | 162.95 | 0.41 | 0.55 |
| Hex | 5D | BC | A1 | 33 | 0 | E | 1A | A3 | 29 | 37 |
| Octal | 135 | 274 | 241 | 63 | 0 | 16 | 32 | 243 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10100001 | 110011 | 0 | 1110 | 11010 | 10100011 | 101001 | 110111 |
Color Harmonies of #5DBCA1
Complementary color
Monochromatic Colors of #5DBCA1
Black with #5DBCA1
Text Example
Text Example
White with #5DBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCA1; }
p { color: rgb(93,188,161); }
H1.HeaderClassName
{
color: #5DBCA1;
}
.AnyTagClassName
{
color: #5DBCA1;
}
</style>
background-color css
<style>
a { background-color: #5DBCA1; }
a { background-color: rgb(93,188,161); }
div.DivClassName
{
background-color: #5DBCA1;
}
.BgClassName
{
background-color: #5DBCA1;
}
</style>
border-color css
<style>
span { border-color: #5DBCA1; }
span { border-color: rgb(93,188,161); }
td.TdClassName
{
border-color: #5DBCA1;
}
.TagClassName
{
border-color: #5DBCA1;
}
</style>