Shades of Puerto Rico #53CAA4
Tints of Puerto Rico #53CAA4
RGB
CMYK
RGB Variations
Color information
#53CAA4 (or 0x53CAA4) is known color: Puerto Rico. HEX triplet: 53, CA and A4. RGB value is (83,202,164). Sum of RGB (Red+Green+Blue) = 83+202+164=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAA4 is #AC355B. Grayscale: #A2A2A2. Windows color (decimal): -11285852 or 10799699. OLE color: 10799699.
HSL color Cylindrical-coordinate representation of color #53CAA4: hue angle of 160.84º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAA4 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 164 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.21 |
| HSL | 160.84º | 0.53% | 0.56% | - |
| HSV(B) | 160.84º | 0.59% | 0.79% | - |
| XYZ | 31.39 | 46.76 | 42.49 | - |
| YUV | 162.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 164 | 0.59 | 0 | 0.19 | 0.21 | 160.84 | 0.53 | 0.56 |
| Hex | 53 | CA | A4 | 3B | 0 | 13 | 15 | A1 | 35 | 38 |
| Octal | 123 | 312 | 244 | 73 | 0 | 23 | 25 | 241 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10100100 | 111011 | 0 | 10011 | 10101 | 10100001 | 110101 | 111000 |
Color Harmonies of #53CAA4
Complementary color
Monochromatic Colors of #53CAA4
Black with #53CAA4
Text Example
Text Example
White with #53CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CAA4; }
p { color: rgb(83,202,164); }
H1.HeaderClassName
{
color: #53CAA4;
}
.AnyTagClassName
{
color: #53CAA4;
}
</style>
background-color css
<style>
a { background-color: #53CAA4; }
a { background-color: rgb(83,202,164); }
div.DivClassName
{
background-color: #53CAA4;
}
.BgClassName
{
background-color: #53CAA4;
}
</style>
border-color css
<style>
span { border-color: #53CAA4; }
span { border-color: rgb(83,202,164); }
td.TdClassName
{
border-color: #53CAA4;
}
.TagClassName
{
border-color: #53CAA4;
}
</style>