Shades of Puerto Rico #5DBAAE
Tints of Puerto Rico #5DBAAE
RGB
CMYK
RGB Variations
Color information
#5DBAAE (or 0x5DBAAE) is known color: Puerto Rico. HEX triplet: 5D, BA and AE. RGB value is (93,186,174). Sum of RGB (Red+Green+Blue) = 93+186+174=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAAE is #A24551. Grayscale: #9C9C9C. Windows color (decimal): -10634578 or 11450973. OLE color: 11450973.
HSL color Cylindrical-coordinate representation of color #5DBAAE: hue angle of 172.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBAAE is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 174 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.27 |
| HSL | 172.26º | 0.4% | 0.55% | - |
| HSV(B) | 172.26º | 0.5% | 0.73% | - |
| XYZ | 29.71 | 40.5 | 46.3 | - |
| YUV | 156.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 174 | 0.5 | 0 | 0.06 | 0.27 | 172.26 | 0.4 | 0.55 |
| Hex | 5D | BA | AE | 32 | 0 | 6 | 1B | AC | 28 | 37 |
| Octal | 135 | 272 | 256 | 62 | 0 | 6 | 33 | 254 | 50 | 67 |
| Binary | 1011101 | 10111010 | 10101110 | 110010 | 0 | 110 | 11011 | 10101100 | 101000 | 110111 |
Color Harmonies of #5DBAAE
Complementary color
Monochromatic Colors of #5DBAAE
Black with #5DBAAE
Text Example
Text Example
White with #5DBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAAE; }
p { color: rgb(93,186,174); }
H1.HeaderClassName
{
color: #5DBAAE;
}
.AnyTagClassName
{
color: #5DBAAE;
}
</style>
background-color css
<style>
a { background-color: #5DBAAE; }
a { background-color: rgb(93,186,174); }
div.DivClassName
{
background-color: #5DBAAE;
}
.BgClassName
{
background-color: #5DBAAE;
}
</style>
border-color css
<style>
span { border-color: #5DBAAE; }
span { border-color: rgb(93,186,174); }
td.TdClassName
{
border-color: #5DBAAE;
}
.TagClassName
{
border-color: #5DBAAE;
}
</style>