Shades of Puerto Rico #53CBAF
Tints of Puerto Rico #53CBAF
RGB
CMYK
RGB Variations
Color information
#53CBAF (or 0x53CBAF) is known color: Puerto Rico. HEX triplet: 53, CB and AF. RGB value is (83,203,175). Sum of RGB (Red+Green+Blue) = 83+203+175=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CBAF is #AC3450. Grayscale: #A3A3A3. Windows color (decimal): -11285585 or 11520851. OLE color: 11520851.
HSL color Cylindrical-coordinate representation of color #53CBAF: hue angle of 166º 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 #53CBAF is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 175 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.20 |
| HSL | 166º | 0.54% | 0.56% | - |
| HSV(B) | 166º | 0.59% | 0.8% | - |
| XYZ | 32.66 | 47.65 | 48.03 | - |
| YUV | 163.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 175 | 0.59 | 0 | 0.14 | 0.20 | 166 | 0.54 | 0.56 |
| Hex | 53 | CB | AF | 3B | 0 | E | 14 | A6 | 36 | 38 |
| Octal | 123 | 313 | 257 | 73 | 0 | 16 | 24 | 246 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10101111 | 111011 | 0 | 1110 | 10100 | 10100110 | 110110 | 111000 |
Color Harmonies of #53CBAF
Complementary color
Monochromatic Colors of #53CBAF
Black with #53CBAF
Text Example
Text Example
White with #53CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBAF; }
p { color: rgb(83,203,175); }
H1.HeaderClassName
{
color: #53CBAF;
}
.AnyTagClassName
{
color: #53CBAF;
}
</style>
background-color css
<style>
a { background-color: #53CBAF; }
a { background-color: rgb(83,203,175); }
div.DivClassName
{
background-color: #53CBAF;
}
.BgClassName
{
background-color: #53CBAF;
}
</style>
border-color css
<style>
span { border-color: #53CBAF; }
span { border-color: rgb(83,203,175); }
td.TdClassName
{
border-color: #53CBAF;
}
.TagClassName
{
border-color: #53CBAF;
}
</style>