Shades of Puerto Rico #54C19A
Tints of Puerto Rico #54C19A
RGB
CMYK
RGB Variations
Color information
#54C19A (or 0x54C19A) is known color: Puerto Rico. HEX triplet: 54, C1 and 9A. RGB value is (84,193,154). Sum of RGB (Red+Green+Blue) = 84+193+154=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #54C19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C19A is #AB3E65. Grayscale: #9C9C9C. Windows color (decimal): -11222630 or 10142036. OLE color: 10142036.
HSL color Cylindrical-coordinate representation of color #54C19A: hue angle of 158.53º 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 #54C19A is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 154 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.24 |
| HSL | 158.53º | 0.47% | 0.54% | - |
| HSV(B) | 158.53º | 0.56% | 0.76% | - |
| XYZ | 28.56 | 42.36 | 37.24 | - |
| YUV | 155.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 154 | 0.56 | 0 | 0.20 | 0.24 | 158.53 | 0.47 | 0.54 |
| Hex | 54 | C1 | 9A | 38 | 0 | 14 | 18 | 9F | 2F | 36 |
| Octal | 124 | 301 | 232 | 70 | 0 | 24 | 30 | 237 | 57 | 66 |
| Binary | 1010100 | 11000001 | 10011010 | 111000 | 0 | 10100 | 11000 | 10011111 | 101111 | 110110 |
Color Harmonies of #54C19A
Complementary color
Monochromatic Colors of #54C19A
Black with #54C19A
Text Example
Text Example
White with #54C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C19A; }
p { color: rgb(84,193,154); }
H1.HeaderClassName
{
color: #54C19A;
}
.AnyTagClassName
{
color: #54C19A;
}
</style>
background-color css
<style>
a { background-color: #54C19A; }
a { background-color: rgb(84,193,154); }
div.DivClassName
{
background-color: #54C19A;
}
.BgClassName
{
background-color: #54C19A;
}
</style>
border-color css
<style>
span { border-color: #54C19A; }
span { border-color: rgb(84,193,154); }
td.TdClassName
{
border-color: #54C19A;
}
.TagClassName
{
border-color: #54C19A;
}
</style>