Shades of Puerto Rico #53CAB4
Tints of Puerto Rico #53CAB4
RGB
CMYK
RGB Variations
Color information
#53CAB4 (or 0x53CAB4) is known color: Puerto Rico. HEX triplet: 53, CA and B4. RGB value is (83,202,180). Sum of RGB (Red+Green+Blue) = 83+202+180=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CAB4 is #AC354B. Grayscale: #A3A3A3. Windows color (decimal): -11285836 or 11848275. OLE color: 11848275.
HSL color Cylindrical-coordinate representation of color #53CAB4: hue angle of 168.91º 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 #53CAB4 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 180 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.21 |
| HSL | 168.91º | 0.53% | 0.56% | - |
| HSV(B) | 168.91º | 0.59% | 0.79% | - |
| XYZ | 32.93 | 47.38 | 50.59 | - |
| YUV | 163.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 180 | 0.59 | 0 | 0.11 | 0.21 | 168.91 | 0.53 | 0.56 |
| Hex | 53 | CA | B4 | 3B | 0 | B | 15 | A9 | 35 | 38 |
| Octal | 123 | 312 | 264 | 73 | 0 | 13 | 25 | 251 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10110100 | 111011 | 0 | 1011 | 10101 | 10101001 | 110101 | 111000 |
Color Harmonies of #53CAB4
Complementary color
Monochromatic Colors of #53CAB4
Black with #53CAB4
Text Example
Text Example
White with #53CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CAB4; }
p { color: rgb(83,202,180); }
H1.HeaderClassName
{
color: #53CAB4;
}
.AnyTagClassName
{
color: #53CAB4;
}
</style>
background-color css
<style>
a { background-color: #53CAB4; }
a { background-color: rgb(83,202,180); }
div.DivClassName
{
background-color: #53CAB4;
}
.BgClassName
{
background-color: #53CAB4;
}
</style>
border-color css
<style>
span { border-color: #53CAB4; }
span { border-color: rgb(83,202,180); }
td.TdClassName
{
border-color: #53CAB4;
}
.TagClassName
{
border-color: #53CAB4;
}
</style>