Shades of Puerto Rico #5DC3AA
Tints of Puerto Rico #5DC3AA
RGB
CMYK
RGB Variations
Color information
#5DC3AA (or 0x5DC3AA) is known color: Puerto Rico. HEX triplet: 5D, C3 and AA. RGB value is (93,195,170). Sum of RGB (Red+Green+Blue) = 93+195+170=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC3AA is #A23C55. Grayscale: #A1A1A1. Windows color (decimal): -10632278 or 11191133. OLE color: 11191133.
HSL color Cylindrical-coordinate representation of color #5DC3AA: hue angle of 165.29º degrees, saturation: 0.46, 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 #5DC3AA is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 170 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.24 |
| HSL | 165.29º | 0.46% | 0.56% | - |
| HSV(B) | 165.29º | 0.52% | 0.76% | - |
| XYZ | 31.29 | 44.26 | 44.92 | - |
| YUV | 161.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 170 | 0.52 | 0 | 0.13 | 0.24 | 165.29 | 0.46 | 0.56 |
| Hex | 5D | C3 | AA | 34 | 0 | D | 18 | A5 | 2E | 38 |
| Octal | 135 | 303 | 252 | 64 | 0 | 15 | 30 | 245 | 56 | 70 |
| Binary | 1011101 | 11000011 | 10101010 | 110100 | 0 | 1101 | 11000 | 10100101 | 101110 | 111000 |
Color Harmonies of #5DC3AA
Complementary color
Monochromatic Colors of #5DC3AA
Black with #5DC3AA
Text Example
Text Example
White with #5DC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC3AA; }
p { color: rgb(93,195,170); }
H1.HeaderClassName
{
color: #5DC3AA;
}
.AnyTagClassName
{
color: #5DC3AA;
}
</style>
background-color css
<style>
a { background-color: #5DC3AA; }
a { background-color: rgb(93,195,170); }
div.DivClassName
{
background-color: #5DC3AA;
}
.BgClassName
{
background-color: #5DC3AA;
}
</style>
border-color css
<style>
span { border-color: #5DC3AA; }
span { border-color: rgb(93,195,170); }
td.TdClassName
{
border-color: #5DC3AA;
}
.TagClassName
{
border-color: #5DC3AA;
}
</style>