Shades of Puerto Rico #53C6A8
Tints of Puerto Rico #53C6A8
RGB
CMYK
RGB Variations
Color information
#53C6A8 (or 0x53C6A8) is known color: Puerto Rico. HEX triplet: 53, C6 and A8. RGB value is (83,198,168). Sum of RGB (Red+Green+Blue) = 83+198+168=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #53C6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C6A8 is #AC3957. Grayscale: #A0A0A0. Windows color (decimal): -11286872 or 11060819. OLE color: 11060819.
HSL color Cylindrical-coordinate representation of color #53C6A8: hue angle of 164.35º degrees, saturation: 0.5, 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 #53C6A8 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 168 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.22 |
| HSL | 164.35º | 0.5% | 0.55% | - |
| HSV(B) | 164.35º | 0.58% | 0.78% | - |
| XYZ | 30.83 | 45.05 | 44.12 | - |
| YUV | 160.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 168 | 0.58 | 0 | 0.15 | 0.22 | 164.35 | 0.5 | 0.55 |
| Hex | 53 | C6 | A8 | 3A | 0 | F | 16 | A4 | 32 | 37 |
| Octal | 123 | 306 | 250 | 72 | 0 | 17 | 26 | 244 | 62 | 67 |
| Binary | 1010011 | 11000110 | 10101000 | 111010 | 0 | 1111 | 10110 | 10100100 | 110010 | 110111 |
Color Harmonies of #53C6A8
Complementary color
Monochromatic Colors of #53C6A8
Black with #53C6A8
Text Example
Text Example
White with #53C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C6A8; }
p { color: rgb(83,198,168); }
H1.HeaderClassName
{
color: #53C6A8;
}
.AnyTagClassName
{
color: #53C6A8;
}
</style>
background-color css
<style>
a { background-color: #53C6A8; }
a { background-color: rgb(83,198,168); }
div.DivClassName
{
background-color: #53C6A8;
}
.BgClassName
{
background-color: #53C6A8;
}
</style>
border-color css
<style>
span { border-color: #53C6A8; }
span { border-color: rgb(83,198,168); }
td.TdClassName
{
border-color: #53C6A8;
}
.TagClassName
{
border-color: #53C6A8;
}
</style>