Shades of Puerto Rico #53C5AC
Tints of Puerto Rico #53C5AC
RGB
CMYK
RGB Variations
Color information
#53C5AC (or 0x53C5AC) is known color: Puerto Rico. HEX triplet: 53, C5 and AC. RGB value is (83,197,172). Sum of RGB (Red+Green+Blue) = 83+197+172=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5AC is #AC3A53. Grayscale: #A0A0A0. Windows color (decimal): -11287124 or 11322707. OLE color: 11322707.
HSL color Cylindrical-coordinate representation of color #53C5AC: hue angle of 166.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5AC is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 172 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.23 |
| HSL | 166.84º | 0.5% | 0.55% | - |
| HSV(B) | 166.84º | 0.58% | 0.77% | - |
| XYZ | 30.98 | 44.75 | 46.03 | - |
| YUV | 160.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 172 | 0.58 | 0 | 0.13 | 0.23 | 166.84 | 0.5 | 0.55 |
| Hex | 53 | C5 | AC | 3A | 0 | D | 17 | A7 | 32 | 37 |
| Octal | 123 | 305 | 254 | 72 | 0 | 15 | 27 | 247 | 62 | 67 |
| Binary | 1010011 | 11000101 | 10101100 | 111010 | 0 | 1101 | 10111 | 10100111 | 110010 | 110111 |
Color Harmonies of #53C5AC
Complementary color
Monochromatic Colors of #53C5AC
Black with #53C5AC
Text Example
Text Example
White with #53C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C5AC; }
p { color: rgb(83,197,172); }
H1.HeaderClassName
{
color: #53C5AC;
}
.AnyTagClassName
{
color: #53C5AC;
}
</style>
background-color css
<style>
a { background-color: #53C5AC; }
a { background-color: rgb(83,197,172); }
div.DivClassName
{
background-color: #53C5AC;
}
.BgClassName
{
background-color: #53C5AC;
}
</style>
border-color css
<style>
span { border-color: #53C5AC; }
span { border-color: rgb(83,197,172); }
td.TdClassName
{
border-color: #53C5AC;
}
.TagClassName
{
border-color: #53C5AC;
}
</style>