Shades of Puerto Rico #5DBEAE
Tints of Puerto Rico #5DBEAE
RGB
CMYK
RGB Variations
Color information
#5DBEAE (or 0x5DBEAE) is known color: Puerto Rico. HEX triplet: 5D, BE and AE. RGB value is (93,190,174). Sum of RGB (Red+Green+Blue) = 93+190+174=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEAE is #A24151. Grayscale: #9F9F9F. Windows color (decimal): -10633554 or 11451997. OLE color: 11451997.
HSL color Cylindrical-coordinate representation of color #5DBEAE: hue angle of 170.1º 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 #5DBEAE is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 174 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.25 |
| HSL | 170.1º | 0.43% | 0.55% | - |
| HSV(B) | 170.1º | 0.51% | 0.75% | - |
| XYZ | 30.57 | 42.21 | 46.58 | - |
| YUV | 159.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 174 | 0.51 | 0 | 0.08 | 0.25 | 170.1 | 0.43 | 0.55 |
| Hex | 5D | BE | AE | 33 | 0 | 8 | 19 | AA | 2B | 37 |
| Octal | 135 | 276 | 256 | 63 | 0 | 10 | 31 | 252 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10101110 | 110011 | 0 | 1000 | 11001 | 10101010 | 101011 | 110111 |
Color Harmonies of #5DBEAE
Complementary color
Monochromatic Colors of #5DBEAE
Black with #5DBEAE
Text Example
Text Example
White with #5DBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEAE; }
p { color: rgb(93,190,174); }
H1.HeaderClassName
{
color: #5DBEAE;
}
.AnyTagClassName
{
color: #5DBEAE;
}
</style>
background-color css
<style>
a { background-color: #5DBEAE; }
a { background-color: rgb(93,190,174); }
div.DivClassName
{
background-color: #5DBEAE;
}
.BgClassName
{
background-color: #5DBEAE;
}
</style>
border-color css
<style>
span { border-color: #5DBEAE; }
span { border-color: rgb(93,190,174); }
td.TdClassName
{
border-color: #5DBEAE;
}
.TagClassName
{
border-color: #5DBEAE;
}
</style>