Shades of Puerto Rico #5DBEA4
Tints of Puerto Rico #5DBEA4
RGB
CMYK
RGB Variations
Color information
#5DBEA4 (or 0x5DBEA4) is known color: Puerto Rico. HEX triplet: 5D, BE and A4. RGB value is (93,190,164). Sum of RGB (Red+Green+Blue) = 93+190+164=447 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.81% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEA4 is #A2415B. Grayscale: #9E9E9E. Windows color (decimal): -10633564 or 10796637. OLE color: 10796637.
HSL color Cylindrical-coordinate representation of color #5DBEA4: hue angle of 163.92º 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 #5DBEA4 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 164 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.25 |
| HSL | 163.92º | 0.43% | 0.55% | - |
| HSV(B) | 163.92º | 0.51% | 0.75% | - |
| XYZ | 29.63 | 41.83 | 41.64 | - |
| YUV | 158.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 164 | 0.51 | 0 | 0.14 | 0.25 | 163.92 | 0.43 | 0.55 |
| Hex | 5D | BE | A4 | 33 | 0 | E | 19 | A4 | 2B | 37 |
| Octal | 135 | 276 | 244 | 63 | 0 | 16 | 31 | 244 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10100100 | 110011 | 0 | 1110 | 11001 | 10100100 | 101011 | 110111 |
Color Harmonies of #5DBEA4
Complementary color
Monochromatic Colors of #5DBEA4
Black with #5DBEA4
Text Example
Text Example
White with #5DBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEA4; }
p { color: rgb(93,190,164); }
H1.HeaderClassName
{
color: #5DBEA4;
}
.AnyTagClassName
{
color: #5DBEA4;
}
</style>
background-color css
<style>
a { background-color: #5DBEA4; }
a { background-color: rgb(93,190,164); }
div.DivClassName
{
background-color: #5DBEA4;
}
.BgClassName
{
background-color: #5DBEA4;
}
</style>
border-color css
<style>
span { border-color: #5DBEA4; }
span { border-color: rgb(93,190,164); }
td.TdClassName
{
border-color: #5DBEA4;
}
.TagClassName
{
border-color: #5DBEA4;
}
</style>