Shades of Puerto Rico #54C8B3
Tints of Puerto Rico #54C8B3
RGB
CMYK
RGB Variations
Color information
#54C8B3 (or 0x54C8B3) is known color: Puerto Rico. HEX triplet: 54, C8 and B3. RGB value is (84,200,179). Sum of RGB (Red+Green+Blue) = 84+200+179=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #54C8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8B3 is #AB374C. Grayscale: #A2A2A2. Windows color (decimal): -11220813 or 11782228. OLE color: 11782228.
HSL color Cylindrical-coordinate representation of color #54C8B3: hue angle of 169.14º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C8B3 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 200 | 179 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.22 |
| HSL | 169.14º | 0.51% | 0.56% | - |
| HSV(B) | 169.14º | 0.58% | 0.78% | - |
| XYZ | 32.45 | 46.45 | 49.9 | - |
| YUV | 162.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 179 | 0.58 | 0 | 0.10 | 0.22 | 169.14 | 0.51 | 0.56 |
| Hex | 54 | C8 | B3 | 3A | 0 | A | 16 | A9 | 33 | 38 |
| Octal | 124 | 310 | 263 | 72 | 0 | 12 | 26 | 251 | 63 | 70 |
| Binary | 1010100 | 11001000 | 10110011 | 111010 | 0 | 1010 | 10110 | 10101001 | 110011 | 111000 |
Color Harmonies of #54C8B3
Complementary color
Monochromatic Colors of #54C8B3
Black with #54C8B3
Text Example
Text Example
White with #54C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8B3; }
p { color: rgb(84,200,179); }
H1.HeaderClassName
{
color: #54C8B3;
}
.AnyTagClassName
{
color: #54C8B3;
}
</style>
background-color css
<style>
a { background-color: #54C8B3; }
a { background-color: rgb(84,200,179); }
div.DivClassName
{
background-color: #54C8B3;
}
.BgClassName
{
background-color: #54C8B3;
}
</style>
border-color css
<style>
span { border-color: #54C8B3; }
span { border-color: rgb(84,200,179); }
td.TdClassName
{
border-color: #54C8B3;
}
.TagClassName
{
border-color: #54C8B3;
}
</style>