Shades of Puerto Rico #53AE9C
Tints of Puerto Rico #53AE9C
RGB
CMYK
RGB Variations
Color information
#53AE9C (or 0x53AE9C) is known color: Puerto Rico. HEX triplet: 53, AE and 9C. RGB value is (83,174,156). Sum of RGB (Red+Green+Blue) = 83+174+156=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE9C is #AC5163. Grayscale: #909090. Windows color (decimal): -11293028 or 10268243. OLE color: 10268243.
HSL color Cylindrical-coordinate representation of color #53AE9C: hue angle of 168.13º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE9C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 174 | 156 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.32 |
| HSL | 168.13º | 0.36% | 0.5% | - |
| HSV(B) | 168.13º | 0.52% | 0.68% | - |
| XYZ | 24.7 | 34.51 | 36.81 | - |
| YUV | 144.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 156 | 0.52 | 0 | 0.10 | 0.32 | 168.13 | 0.36 | 0.5 |
| Hex | 53 | AE | 9C | 34 | 0 | A | 20 | A8 | 24 | 32 |
| Octal | 123 | 256 | 234 | 64 | 0 | 12 | 40 | 250 | 44 | 62 |
| Binary | 1010011 | 10101110 | 10011100 | 110100 | 0 | 1010 | 100000 | 10101000 | 100100 | 110010 |
Color Harmonies of #53AE9C
Complementary color
Monochromatic Colors of #53AE9C
Black with #53AE9C
Text Example
Text Example
White with #53AE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AE9C; }
p { color: rgb(83,174,156); }
H1.HeaderClassName
{
color: #53AE9C;
}
.AnyTagClassName
{
color: #53AE9C;
}
</style>
background-color css
<style>
a { background-color: #53AE9C; }
a { background-color: rgb(83,174,156); }
div.DivClassName
{
background-color: #53AE9C;
}
.BgClassName
{
background-color: #53AE9C;
}
</style>
border-color css
<style>
span { border-color: #53AE9C; }
span { border-color: rgb(83,174,156); }
td.TdClassName
{
border-color: #53AE9C;
}
.TagClassName
{
border-color: #53AE9C;
}
</style>