Shades of Puerto Rico #53B09E
Tints of Puerto Rico #53B09E
RGB
CMYK
RGB Variations
Color information
#53B09E (or 0x53B09E) is known color: Puerto Rico. HEX triplet: 53, B0 and 9E. RGB value is (83,176,158). Sum of RGB (Red+Green+Blue) = 83+176+158=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #53B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B09E is #AC4F61. Grayscale: #929292. Windows color (decimal): -11292514 or 10399827. OLE color: 10399827.
HSL color Cylindrical-coordinate representation of color #53B09E: hue angle of 168.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B09E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 158 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.31 |
| HSL | 168.39º | 0.37% | 0.51% | - |
| HSV(B) | 168.39º | 0.53% | 0.69% | - |
| XYZ | 25.26 | 35.36 | 37.84 | - |
| YUV | 146.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 158 | 0.53 | 0 | 0.10 | 0.31 | 168.39 | 0.37 | 0.51 |
| Hex | 53 | B0 | 9E | 35 | 0 | A | 1F | A8 | 25 | 33 |
| Octal | 123 | 260 | 236 | 65 | 0 | 12 | 37 | 250 | 45 | 63 |
| Binary | 1010011 | 10110000 | 10011110 | 110101 | 0 | 1010 | 11111 | 10101000 | 100101 | 110011 |
Color Harmonies of #53B09E
Complementary color
Monochromatic Colors of #53B09E
Black with #53B09E
Text Example
Text Example
White with #53B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B09E; }
p { color: rgb(83,176,158); }
H1.HeaderClassName
{
color: #53B09E;
}
.AnyTagClassName
{
color: #53B09E;
}
</style>
background-color css
<style>
a { background-color: #53B09E; }
a { background-color: rgb(83,176,158); }
div.DivClassName
{
background-color: #53B09E;
}
.BgClassName
{
background-color: #53B09E;
}
</style>
border-color css
<style>
span { border-color: #53B09E; }
span { border-color: rgb(83,176,158); }
td.TdClassName
{
border-color: #53B09E;
}
.TagClassName
{
border-color: #53B09E;
}
</style>