Shades of Puerto Rico #54BCA2
Tints of Puerto Rico #54BCA2
RGB
CMYK
RGB Variations
Color information
#54BCA2 (or 0x54BCA2) is known color: Puerto Rico. HEX triplet: 54, BC and A2. RGB value is (84,188,162). Sum of RGB (Red+Green+Blue) = 84+188+162=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BCA2 is #AB435D. Grayscale: #999999. Windows color (decimal): -11223902 or 10665044. OLE color: 10665044.
HSL color Cylindrical-coordinate representation of color #54BCA2: hue angle of 165º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BCA2 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 162 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.26 |
| HSL | 165º | 0.44% | 0.53% | - |
| HSV(B) | 165º | 0.55% | 0.74% | - |
| XYZ | 28.16 | 40.46 | 40.51 | - |
| YUV | 153.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 162 | 0.55 | 0 | 0.14 | 0.26 | 165 | 0.44 | 0.53 |
| Hex | 54 | BC | A2 | 37 | 0 | E | 1A | A5 | 2C | 35 |
| Octal | 124 | 274 | 242 | 67 | 0 | 16 | 32 | 245 | 54 | 65 |
| Binary | 1010100 | 10111100 | 10100010 | 110111 | 0 | 1110 | 11010 | 10100101 | 101100 | 110101 |
Color Harmonies of #54BCA2
Complementary color
Monochromatic Colors of #54BCA2
Black with #54BCA2
Text Example
Text Example
White with #54BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCA2; }
p { color: rgb(84,188,162); }
H1.HeaderClassName
{
color: #54BCA2;
}
.AnyTagClassName
{
color: #54BCA2;
}
</style>
background-color css
<style>
a { background-color: #54BCA2; }
a { background-color: rgb(84,188,162); }
div.DivClassName
{
background-color: #54BCA2;
}
.BgClassName
{
background-color: #54BCA2;
}
</style>
border-color css
<style>
span { border-color: #54BCA2; }
span { border-color: rgb(84,188,162); }
td.TdClassName
{
border-color: #54BCA2;
}
.TagClassName
{
border-color: #54BCA2;
}
</style>