Shades of Puerto Rico #5DBEA7
Tints of Puerto Rico #5DBEA7
RGB
CMYK
RGB Variations
Color information
#5DBEA7 (or 0x5DBEA7) is known color: Puerto Rico. HEX triplet: 5D, BE and A7. RGB value is (93,190,167). Sum of RGB (Red+Green+Blue) = 93+190+167=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEA7 is #A24158. Grayscale: #9E9E9E. Windows color (decimal): -10633561 or 10993245. OLE color: 10993245.
HSL color Cylindrical-coordinate representation of color #5DBEA7: hue angle of 165.77º 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 #5DBEA7 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 167 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.25 |
| HSL | 165.77º | 0.43% | 0.55% | - |
| HSV(B) | 165.77º | 0.51% | 0.75% | - |
| XYZ | 29.9 | 41.94 | 43.08 | - |
| YUV | 158.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 167 | 0.51 | 0 | 0.12 | 0.25 | 165.77 | 0.43 | 0.55 |
| Hex | 5D | BE | A7 | 33 | 0 | C | 19 | A6 | 2B | 37 |
| Octal | 135 | 276 | 247 | 63 | 0 | 14 | 31 | 246 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10100111 | 110011 | 0 | 1100 | 11001 | 10100110 | 101011 | 110111 |
Color Harmonies of #5DBEA7
Complementary color
Monochromatic Colors of #5DBEA7
Black with #5DBEA7
Text Example
Text Example
White with #5DBEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEA7; }
p { color: rgb(93,190,167); }
H1.HeaderClassName
{
color: #5DBEA7;
}
.AnyTagClassName
{
color: #5DBEA7;
}
</style>
background-color css
<style>
a { background-color: #5DBEA7; }
a { background-color: rgb(93,190,167); }
div.DivClassName
{
background-color: #5DBEA7;
}
.BgClassName
{
background-color: #5DBEA7;
}
</style>
border-color css
<style>
span { border-color: #5DBEA7; }
span { border-color: rgb(93,190,167); }
td.TdClassName
{
border-color: #5DBEA7;
}
.TagClassName
{
border-color: #5DBEA7;
}
</style>