Shades of Puerto Rico #53C69E
Tints of Puerto Rico #53C69E
RGB
CMYK
RGB Variations
Color information
#53C69E (or 0x53C69E) is known color: Puerto Rico. HEX triplet: 53, C6 and 9E. RGB value is (83,198,158). Sum of RGB (Red+Green+Blue) = 83+198+158=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #53C69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C69E is #AC3961. Grayscale: #9F9F9F. Windows color (decimal): -11286882 or 10405459. OLE color: 10405459.
HSL color Cylindrical-coordinate representation of color #53C69E: hue angle of 159.13º 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 #53C69E is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 158 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.22 |
| HSL | 159.13º | 0.5% | 0.55% | - |
| HSV(B) | 159.13º | 0.58% | 0.78% | - |
| XYZ | 29.93 | 44.7 | 39.4 | - |
| YUV | 159.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 158 | 0.58 | 0 | 0.20 | 0.22 | 159.13 | 0.5 | 0.55 |
| Hex | 53 | C6 | 9E | 3A | 0 | 14 | 16 | 9F | 32 | 37 |
| Octal | 123 | 306 | 236 | 72 | 0 | 24 | 26 | 237 | 62 | 67 |
| Binary | 1010011 | 11000110 | 10011110 | 111010 | 0 | 10100 | 10110 | 10011111 | 110010 | 110111 |
Color Harmonies of #53C69E
Complementary color
Monochromatic Colors of #53C69E
Black with #53C69E
Text Example
Text Example
White with #53C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C69E; }
p { color: rgb(83,198,158); }
H1.HeaderClassName
{
color: #53C69E;
}
.AnyTagClassName
{
color: #53C69E;
}
</style>
background-color css
<style>
a { background-color: #53C69E; }
a { background-color: rgb(83,198,158); }
div.DivClassName
{
background-color: #53C69E;
}
.BgClassName
{
background-color: #53C69E;
}
</style>
border-color css
<style>
span { border-color: #53C69E; }
span { border-color: rgb(83,198,158); }
td.TdClassName
{
border-color: #53C69E;
}
.TagClassName
{
border-color: #53C69E;
}
</style>