Shades of Puerto Rico #5DBEA5
Tints of Puerto Rico #5DBEA5
RGB
CMYK
RGB Variations
Color information
#5DBEA5 (or 0x5DBEA5) is known color: Puerto Rico. HEX triplet: 5D, BE and A5. RGB value is (93,190,165). Sum of RGB (Red+Green+Blue) = 93+190+165=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEA5 is #A2415A. Grayscale: #9E9E9E. Windows color (decimal): -10633563 or 10862173. OLE color: 10862173.
HSL color Cylindrical-coordinate representation of color #5DBEA5: hue angle of 164.54º 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 #5DBEA5 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 165 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.25 |
| HSL | 164.54º | 0.43% | 0.55% | - |
| HSV(B) | 164.54º | 0.51% | 0.75% | - |
| XYZ | 29.72 | 41.87 | 42.11 | - |
| YUV | 158.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 165 | 0.51 | 0 | 0.13 | 0.25 | 164.54 | 0.43 | 0.55 |
| Hex | 5D | BE | A5 | 33 | 0 | D | 19 | A5 | 2B | 37 |
| Octal | 135 | 276 | 245 | 63 | 0 | 15 | 31 | 245 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10100101 | 110011 | 0 | 1101 | 11001 | 10100101 | 101011 | 110111 |
Color Harmonies of #5DBEA5
Complementary color
Monochromatic Colors of #5DBEA5
Black with #5DBEA5
Text Example
Text Example
White with #5DBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEA5; }
p { color: rgb(93,190,165); }
H1.HeaderClassName
{
color: #5DBEA5;
}
.AnyTagClassName
{
color: #5DBEA5;
}
</style>
background-color css
<style>
a { background-color: #5DBEA5; }
a { background-color: rgb(93,190,165); }
div.DivClassName
{
background-color: #5DBEA5;
}
.BgClassName
{
background-color: #5DBEA5;
}
</style>
border-color css
<style>
span { border-color: #5DBEA5; }
span { border-color: rgb(93,190,165); }
td.TdClassName
{
border-color: #5DBEA5;
}
.TagClassName
{
border-color: #5DBEA5;
}
</style>