Shades of Puerto Rico #54C6B6
Tints of Puerto Rico #54C6B6
RGB
CMYK
RGB Variations
Color information
#54C6B6 (or 0x54C6B6) is known color: Puerto Rico. HEX triplet: 54, C6 and B6. RGB value is (84,198,182). Sum of RGB (Red+Green+Blue) = 84+198+182=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #54C6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C6B6 is #AB3949. Grayscale: #A2A2A2. Windows color (decimal): -11221322 or 11978324. OLE color: 11978324.
HSL color Cylindrical-coordinate representation of color #54C6B6: hue angle of 171.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C6B6 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 198 | 182 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.22 |
| HSL | 171.58º | 0.5% | 0.55% | - |
| HSV(B) | 171.58º | 0.58% | 0.78% | - |
| XYZ | 32.29 | 45.65 | 51.37 | - |
| YUV | 162.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 182 | 0.58 | 0 | 0.08 | 0.22 | 171.58 | 0.5 | 0.55 |
| Hex | 54 | C6 | B6 | 3A | 0 | 8 | 16 | AC | 32 | 37 |
| Octal | 124 | 306 | 266 | 72 | 0 | 10 | 26 | 254 | 62 | 67 |
| Binary | 1010100 | 11000110 | 10110110 | 111010 | 0 | 1000 | 10110 | 10101100 | 110010 | 110111 |
Color Harmonies of #54C6B6
Complementary color
Monochromatic Colors of #54C6B6
Black with #54C6B6
Text Example
Text Example
White with #54C6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C6B6; }
p { color: rgb(84,198,182); }
H1.HeaderClassName
{
color: #54C6B6;
}
.AnyTagClassName
{
color: #54C6B6;
}
</style>
background-color css
<style>
a { background-color: #54C6B6; }
a { background-color: rgb(84,198,182); }
div.DivClassName
{
background-color: #54C6B6;
}
.BgClassName
{
background-color: #54C6B6;
}
</style>
border-color css
<style>
span { border-color: #54C6B6; }
span { border-color: rgb(84,198,182); }
td.TdClassName
{
border-color: #54C6B6;
}
.TagClassName
{
border-color: #54C6B6;
}
</style>