Shades of Puerto Rico #5EBDA5
Tints of Puerto Rico #5EBDA5
RGB
CMYK
RGB Variations
Color information
#5EBDA5 (or 0x5EBDA5) is known color: Puerto Rico. HEX triplet: 5E, BD and A5. RGB value is (94,189,165). Sum of RGB (Red+Green+Blue) = 94+189+165=448 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.98% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDA5 is #A1425A. Grayscale: #9D9D9D. Windows color (decimal): -10568283 or 10861918. OLE color: 10861918.
HSL color Cylindrical-coordinate representation of color #5EBDA5: hue angle of 164.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBDA5 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 165 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.26 |
| HSL | 164.84º | 0.42% | 0.55% | - |
| HSV(B) | 164.84º | 0.5% | 0.74% | - |
| XYZ | 29.61 | 41.49 | 42.05 | - |
| YUV | 157.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 165 | 0.50 | 0 | 0.13 | 0.26 | 164.84 | 0.42 | 0.55 |
| Hex | 5E | BD | A5 | 32 | 0 | D | 1A | A5 | 2A | 37 |
| Octal | 136 | 275 | 245 | 62 | 0 | 15 | 32 | 245 | 52 | 67 |
| Binary | 1011110 | 10111101 | 10100101 | 110010 | 0 | 1101 | 11010 | 10100101 | 101010 | 110111 |
Color Harmonies of #5EBDA5
Complementary color
Monochromatic Colors of #5EBDA5
Black with #5EBDA5
Text Example
Text Example
White with #5EBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDA5; }
p { color: rgb(94,189,165); }
H1.HeaderClassName
{
color: #5EBDA5;
}
.AnyTagClassName
{
color: #5EBDA5;
}
</style>
background-color css
<style>
a { background-color: #5EBDA5; }
a { background-color: rgb(94,189,165); }
div.DivClassName
{
background-color: #5EBDA5;
}
.BgClassName
{
background-color: #5EBDA5;
}
</style>
border-color css
<style>
span { border-color: #5EBDA5; }
span { border-color: rgb(94,189,165); }
td.TdClassName
{
border-color: #5EBDA5;
}
.TagClassName
{
border-color: #5EBDA5;
}
</style>