Shades of Puerto Rico #53CBAB
Tints of Puerto Rico #53CBAB
RGB
CMYK
RGB Variations
Color information
#53CBAB (or 0x53CBAB) is known color: Puerto Rico. HEX triplet: 53, CB and AB. RGB value is (83,203,171). Sum of RGB (Red+Green+Blue) = 83+203+171=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CBAB is #AC3454. Grayscale: #A3A3A3. Windows color (decimal): -11285589 or 11258707. OLE color: 11258707.
HSL color Cylindrical-coordinate representation of color #53CBAB: hue angle of 164º 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 #53CBAB is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 171 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.20 |
| HSL | 164º | 0.54% | 0.56% | - |
| HSV(B) | 164º | 0.59% | 0.8% | - |
| XYZ | 32.27 | 47.49 | 45.99 | - |
| YUV | 163.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 171 | 0.59 | 0 | 0.16 | 0.20 | 164 | 0.54 | 0.56 |
| Hex | 53 | CB | AB | 3B | 0 | 10 | 14 | A4 | 36 | 38 |
| Octal | 123 | 313 | 253 | 73 | 0 | 20 | 24 | 244 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10101011 | 111011 | 0 | 10000 | 10100 | 10100100 | 110110 | 111000 |
Color Harmonies of #53CBAB
Complementary color
Monochromatic Colors of #53CBAB
Black with #53CBAB
Text Example
Text Example
White with #53CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBAB; }
p { color: rgb(83,203,171); }
H1.HeaderClassName
{
color: #53CBAB;
}
.AnyTagClassName
{
color: #53CBAB;
}
</style>
background-color css
<style>
a { background-color: #53CBAB; }
a { background-color: rgb(83,203,171); }
div.DivClassName
{
background-color: #53CBAB;
}
.BgClassName
{
background-color: #53CBAB;
}
</style>
border-color css
<style>
span { border-color: #53CBAB; }
span { border-color: rgb(83,203,171); }
td.TdClassName
{
border-color: #53CBAB;
}
.TagClassName
{
border-color: #53CBAB;
}
</style>