Shades of Puerto Rico #54C1A8
Tints of Puerto Rico #54C1A8
RGB
CMYK
RGB Variations
Color information
#54C1A8 (or 0x54C1A8) is known color: Puerto Rico. HEX triplet: 54, C1 and A8. RGB value is (84,193,168). Sum of RGB (Red+Green+Blue) = 84+193+168=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #54C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C1A8 is #AB3E57. Grayscale: #9D9D9D. Windows color (decimal): -11222616 or 11059540. OLE color: 11059540.
HSL color Cylindrical-coordinate representation of color #54C1A8: hue angle of 166.24º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C1A8 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 168 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.24 |
| HSL | 166.24º | 0.47% | 0.54% | - |
| HSV(B) | 166.24º | 0.56% | 0.76% | - |
| XYZ | 29.79 | 42.85 | 43.75 | - |
| YUV | 157.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 168 | 0.56 | 0 | 0.13 | 0.24 | 166.24 | 0.47 | 0.54 |
| Hex | 54 | C1 | A8 | 38 | 0 | D | 18 | A6 | 2F | 36 |
| Octal | 124 | 301 | 250 | 70 | 0 | 15 | 30 | 246 | 57 | 66 |
| Binary | 1010100 | 11000001 | 10101000 | 111000 | 0 | 1101 | 11000 | 10100110 | 101111 | 110110 |
Color Harmonies of #54C1A8
Complementary color
Monochromatic Colors of #54C1A8
Black with #54C1A8
Text Example
Text Example
White with #54C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C1A8; }
p { color: rgb(84,193,168); }
H1.HeaderClassName
{
color: #54C1A8;
}
.AnyTagClassName
{
color: #54C1A8;
}
</style>
background-color css
<style>
a { background-color: #54C1A8; }
a { background-color: rgb(84,193,168); }
div.DivClassName
{
background-color: #54C1A8;
}
.BgClassName
{
background-color: #54C1A8;
}
</style>
border-color css
<style>
span { border-color: #54C1A8; }
span { border-color: rgb(84,193,168); }
td.TdClassName
{
border-color: #54C1A8;
}
.TagClassName
{
border-color: #54C1A8;
}
</style>