Shades of Puerto Rico #5DC1AA
Tints of Puerto Rico #5DC1AA
RGB
CMYK
RGB Variations
Color information
#5DC1AA (or 0x5DC1AA) is known color: Puerto Rico. HEX triplet: 5D, C1 and AA. RGB value is (93,193,170). Sum of RGB (Red+Green+Blue) = 93+193+170=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC1AA is #A23E55. Grayscale: #A0A0A0. Windows color (decimal): -10632790 or 11190621. OLE color: 11190621.
HSL color Cylindrical-coordinate representation of color #5DC1AA: hue angle of 166.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC1AA is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 170 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.24 |
| HSL | 166.2º | 0.45% | 0.56% | - |
| HSV(B) | 166.2º | 0.52% | 0.76% | - |
| XYZ | 30.84 | 43.37 | 44.78 | - |
| YUV | 160.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 170 | 0.52 | 0 | 0.12 | 0.24 | 166.2 | 0.45 | 0.56 |
| Hex | 5D | C1 | AA | 34 | 0 | C | 18 | A6 | 2D | 38 |
| Octal | 135 | 301 | 252 | 64 | 0 | 14 | 30 | 246 | 55 | 70 |
| Binary | 1011101 | 11000001 | 10101010 | 110100 | 0 | 1100 | 11000 | 10100110 | 101101 | 111000 |
Color Harmonies of #5DC1AA
Complementary color
Monochromatic Colors of #5DC1AA
Black with #5DC1AA
Text Example
Text Example
White with #5DC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC1AA; }
p { color: rgb(93,193,170); }
H1.HeaderClassName
{
color: #5DC1AA;
}
.AnyTagClassName
{
color: #5DC1AA;
}
</style>
background-color css
<style>
a { background-color: #5DC1AA; }
a { background-color: rgb(93,193,170); }
div.DivClassName
{
background-color: #5DC1AA;
}
.BgClassName
{
background-color: #5DC1AA;
}
</style>
border-color css
<style>
span { border-color: #5DC1AA; }
span { border-color: rgb(93,193,170); }
td.TdClassName
{
border-color: #5DC1AA;
}
.TagClassName
{
border-color: #5DC1AA;
}
</style>