Shades of Puerto Rico #54C2B6
Tints of Puerto Rico #54C2B6
RGB
CMYK
RGB Variations
Color information
#54C2B6 (or 0x54C2B6) is known color: Puerto Rico. HEX triplet: 54, C2 and B6. RGB value is (84,194,182). Sum of RGB (Red+Green+Blue) = 84+194+182=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2B6 is #AB3D49. Grayscale: #9F9F9F. Windows color (decimal): -11222346 or 11977300. OLE color: 11977300.
HSL color Cylindrical-coordinate representation of color #54C2B6: hue angle of 173.45º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C2B6 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 182 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.24 |
| HSL | 173.45º | 0.47% | 0.55% | - |
| HSV(B) | 173.45º | 0.57% | 0.76% | - |
| XYZ | 31.39 | 43.85 | 51.06 | - |
| YUV | 159.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 182 | 0.57 | 0 | 0.06 | 0.24 | 173.45 | 0.47 | 0.55 |
| Hex | 54 | C2 | B6 | 39 | 0 | 6 | 18 | AD | 2F | 37 |
| Octal | 124 | 302 | 266 | 71 | 0 | 6 | 30 | 255 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10110110 | 111001 | 0 | 110 | 11000 | 10101101 | 101111 | 110111 |
Color Harmonies of #54C2B6
Complementary color
Monochromatic Colors of #54C2B6
Black with #54C2B6
Text Example
Text Example
White with #54C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2B6; }
p { color: rgb(84,194,182); }
H1.HeaderClassName
{
color: #54C2B6;
}
.AnyTagClassName
{
color: #54C2B6;
}
</style>
background-color css
<style>
a { background-color: #54C2B6; }
a { background-color: rgb(84,194,182); }
div.DivClassName
{
background-color: #54C2B6;
}
.BgClassName
{
background-color: #54C2B6;
}
</style>
border-color css
<style>
span { border-color: #54C2B6; }
span { border-color: rgb(84,194,182); }
td.TdClassName
{
border-color: #54C2B6;
}
.TagClassName
{
border-color: #54C2B6;
}
</style>