Shades of Puerto Rico #53C7AB
Tints of Puerto Rico #53C7AB
RGB
CMYK
RGB Variations
Color information
#53C7AB (or 0x53C7AB) is known color: Puerto Rico. HEX triplet: 53, C7 and AB. RGB value is (83,199,171). Sum of RGB (Red+Green+Blue) = 83+199+171=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #53C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C7AB is #AC3854. Grayscale: #A1A1A1. Windows color (decimal): -11286613 or 11257683. OLE color: 11257683.
HSL color Cylindrical-coordinate representation of color #53C7AB: hue angle of 165.52º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C7AB is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 171 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.22 |
| HSL | 165.52º | 0.51% | 0.55% | - |
| HSV(B) | 165.52º | 0.58% | 0.78% | - |
| XYZ | 31.34 | 45.63 | 45.68 | - |
| YUV | 161.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 171 | 0.58 | 0 | 0.14 | 0.22 | 165.52 | 0.51 | 0.55 |
| Hex | 53 | C7 | AB | 3A | 0 | E | 16 | A6 | 33 | 37 |
| Octal | 123 | 307 | 253 | 72 | 0 | 16 | 26 | 246 | 63 | 67 |
| Binary | 1010011 | 11000111 | 10101011 | 111010 | 0 | 1110 | 10110 | 10100110 | 110011 | 110111 |
Color Harmonies of #53C7AB
Complementary color
Monochromatic Colors of #53C7AB
Black with #53C7AB
Text Example
Text Example
White with #53C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C7AB; }
p { color: rgb(83,199,171); }
H1.HeaderClassName
{
color: #53C7AB;
}
.AnyTagClassName
{
color: #53C7AB;
}
</style>
background-color css
<style>
a { background-color: #53C7AB; }
a { background-color: rgb(83,199,171); }
div.DivClassName
{
background-color: #53C7AB;
}
.BgClassName
{
background-color: #53C7AB;
}
</style>
border-color css
<style>
span { border-color: #53C7AB; }
span { border-color: rgb(83,199,171); }
td.TdClassName
{
border-color: #53C7AB;
}
.TagClassName
{
border-color: #53C7AB;
}
</style>