Shades of Puerto Rico #53CBAA
Tints of Puerto Rico #53CBAA
RGB
CMYK
RGB Variations
Color information
#53CBAA (or 0x53CBAA) is known color: Puerto Rico. HEX triplet: 53, CB and AA. RGB value is (83,203,170). Sum of RGB (Red+Green+Blue) = 83+203+170=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CBAA is #AC3455. Grayscale: #A3A3A3. Windows color (decimal): -11285590 or 11193171. OLE color: 11193171.
HSL color Cylindrical-coordinate representation of color #53CBAA: hue angle of 163.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CBAA is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 170 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.20 |
| HSL | 163.5º | 0.54% | 0.56% | - |
| HSV(B) | 163.5º | 0.59% | 0.8% | - |
| XYZ | 32.18 | 47.45 | 45.49 | - |
| YUV | 163.36 | 131.74 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 170 | 0.59 | 0 | 0.16 | 0.20 | 163.5 | 0.54 | 0.56 |
| Hex | 53 | CB | AA | 3B | 0 | 10 | 14 | A4 | 36 | 38 |
| Octal | 123 | 313 | 252 | 73 | 0 | 20 | 24 | 244 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10101010 | 111011 | 0 | 10000 | 10100 | 10100100 | 110110 | 111000 |
Color Harmonies of #53CBAA
Complementary color
Monochromatic Colors of #53CBAA
Black with #53CBAA
Text Example
Text Example
White with #53CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBAA; }
p { color: rgb(83,203,170); }
H1.HeaderClassName
{
color: #53CBAA;
}
.AnyTagClassName
{
color: #53CBAA;
}
</style>
background-color css
<style>
a { background-color: #53CBAA; }
a { background-color: rgb(83,203,170); }
div.DivClassName
{
background-color: #53CBAA;
}
.BgClassName
{
background-color: #53CBAA;
}
</style>
border-color css
<style>
span { border-color: #53CBAA; }
span { border-color: rgb(83,203,170); }
td.TdClassName
{
border-color: #53CBAA;
}
.TagClassName
{
border-color: #53CBAA;
}
</style>