Shades of Puerto Rico #5DBDA1
Tints of Puerto Rico #5DBDA1
RGB
CMYK
RGB Variations
Color information
#5DBDA1 (or 0x5DBDA1) is known color: Puerto Rico. HEX triplet: 5D, BD and A1. RGB value is (93,189,161). Sum of RGB (Red+Green+Blue) = 93+189+161=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBDA1 is #A2425E. Grayscale: #9D9D9D. Windows color (decimal): -10633823 or 10599773. OLE color: 10599773.
HSL color Cylindrical-coordinate representation of color #5DBDA1: hue angle of 162.5º degrees, saturation: 0.42, 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 #5DBDA1 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 161 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.26 |
| HSL | 162.5º | 0.42% | 0.55% | - |
| HSV(B) | 162.5º | 0.51% | 0.74% | - |
| XYZ | 29.14 | 41.3 | 40.15 | - |
| YUV | 157.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 161 | 0.51 | 0 | 0.15 | 0.26 | 162.5 | 0.42 | 0.55 |
| Hex | 5D | BD | A1 | 33 | 0 | F | 1A | A2 | 2A | 37 |
| Octal | 135 | 275 | 241 | 63 | 0 | 17 | 32 | 242 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10100001 | 110011 | 0 | 1111 | 11010 | 10100010 | 101010 | 110111 |
Color Harmonies of #5DBDA1
Complementary color
Monochromatic Colors of #5DBDA1
Black with #5DBDA1
Text Example
Text Example
White with #5DBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDA1; }
p { color: rgb(93,189,161); }
H1.HeaderClassName
{
color: #5DBDA1;
}
.AnyTagClassName
{
color: #5DBDA1;
}
</style>
background-color css
<style>
a { background-color: #5DBDA1; }
a { background-color: rgb(93,189,161); }
div.DivClassName
{
background-color: #5DBDA1;
}
.BgClassName
{
background-color: #5DBDA1;
}
</style>
border-color css
<style>
span { border-color: #5DBDA1; }
span { border-color: rgb(93,189,161); }
td.TdClassName
{
border-color: #5DBDA1;
}
.TagClassName
{
border-color: #5DBDA1;
}
</style>