Shades of Puerto Rico #54BCB3
Tints of Puerto Rico #54BCB3
RGB
CMYK
RGB Variations
Color information
#54BCB3 (or 0x54BCB3) is known color: Puerto Rico. HEX triplet: 54, BC and B3. RGB value is (84,188,179). Sum of RGB (Red+Green+Blue) = 84+188+179=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCB3 is #AB434C. Grayscale: #9B9B9B. Windows color (decimal): -11223885 or 11779156. OLE color: 11779156.
HSL color Cylindrical-coordinate representation of color #54BCB3: hue angle of 174.81º 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 #54BCB3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 179 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.26 |
| HSL | 174.81º | 0.44% | 0.53% | - |
| HSV(B) | 174.81º | 0.55% | 0.74% | - |
| XYZ | 29.78 | 41.11 | 49.01 | - |
| YUV | 155.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 179 | 0.55 | 0 | 0.05 | 0.26 | 174.81 | 0.44 | 0.53 |
| Hex | 54 | BC | B3 | 37 | 0 | 5 | 1A | AF | 2C | 35 |
| Octal | 124 | 274 | 263 | 67 | 0 | 5 | 32 | 257 | 54 | 65 |
| Binary | 1010100 | 10111100 | 10110011 | 110111 | 0 | 101 | 11010 | 10101111 | 101100 | 110101 |
Color Harmonies of #54BCB3
Complementary color
Monochromatic Colors of #54BCB3
Black with #54BCB3
Text Example
Text Example
White with #54BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCB3; }
p { color: rgb(84,188,179); }
H1.HeaderClassName
{
color: #54BCB3;
}
.AnyTagClassName
{
color: #54BCB3;
}
</style>
background-color css
<style>
a { background-color: #54BCB3; }
a { background-color: rgb(84,188,179); }
div.DivClassName
{
background-color: #54BCB3;
}
.BgClassName
{
background-color: #54BCB3;
}
</style>
border-color css
<style>
span { border-color: #54BCB3; }
span { border-color: rgb(84,188,179); }
td.TdClassName
{
border-color: #54BCB3;
}
.TagClassName
{
border-color: #54BCB3;
}
</style>