Shades of Puerto Rico #53BDB6
Tints of Puerto Rico #53BDB6
RGB
CMYK
RGB Variations
Color information
#53BDB6 (or 0x53BDB6) is known color: Puerto Rico. HEX triplet: 53, BD and B6. RGB value is (83,189,182). Sum of RGB (Red+Green+Blue) = 83+189+182=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDB6 is #AC4249. Grayscale: #9C9C9C. Windows color (decimal): -11289162 or 11976019. OLE color: 11976019.
HSL color Cylindrical-coordinate representation of color #53BDB6: hue angle of 176.04º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BDB6 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 182 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.26 |
| HSL | 176.04º | 0.45% | 0.53% | - |
| HSV(B) | 176.04º | 0.56% | 0.74% | - |
| XYZ | 30.21 | 41.61 | 50.7 | - |
| YUV | 156.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 182 | 0.56 | 0 | 0.04 | 0.26 | 176.04 | 0.45 | 0.53 |
| Hex | 53 | BD | B6 | 38 | 0 | 4 | 1A | B0 | 2D | 35 |
| Octal | 123 | 275 | 266 | 70 | 0 | 4 | 32 | 260 | 55 | 65 |
| Binary | 1010011 | 10111101 | 10110110 | 111000 | 0 | 100 | 11010 | 10110000 | 101101 | 110101 |
Color Harmonies of #53BDB6
Complementary color
Monochromatic Colors of #53BDB6
Black with #53BDB6
Text Example
Text Example
White with #53BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDB6; }
p { color: rgb(83,189,182); }
H1.HeaderClassName
{
color: #53BDB6;
}
.AnyTagClassName
{
color: #53BDB6;
}
</style>
background-color css
<style>
a { background-color: #53BDB6; }
a { background-color: rgb(83,189,182); }
div.DivClassName
{
background-color: #53BDB6;
}
.BgClassName
{
background-color: #53BDB6;
}
</style>
border-color css
<style>
span { border-color: #53BDB6; }
span { border-color: rgb(83,189,182); }
td.TdClassName
{
border-color: #53BDB6;
}
.TagClassName
{
border-color: #53BDB6;
}
</style>