Shades of Puerto Rico #54C3AD
Tints of Puerto Rico #54C3AD
RGB
CMYK
RGB Variations
Color information
#54C3AD (or 0x54C3AD) is known color: Puerto Rico. HEX triplet: 54, C3 and AD. RGB value is (84,195,173). Sum of RGB (Red+Green+Blue) = 84+195+173=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #54C3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C3AD is #AB3C52. Grayscale: #9F9F9F. Windows color (decimal): -11222099 or 11387732. OLE color: 11387732.
HSL color Cylindrical-coordinate representation of color #54C3AD: hue angle of 168.11º degrees, saturation: 0.48, 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 #54C3AD is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 173 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.24 |
| HSL | 168.11º | 0.48% | 0.55% | - |
| HSV(B) | 168.11º | 0.57% | 0.76% | - |
| XYZ | 30.71 | 43.93 | 46.4 | - |
| YUV | 159.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 173 | 0.57 | 0 | 0.11 | 0.24 | 168.11 | 0.48 | 0.55 |
| Hex | 54 | C3 | AD | 39 | 0 | B | 18 | A8 | 30 | 37 |
| Octal | 124 | 303 | 255 | 71 | 0 | 13 | 30 | 250 | 60 | 67 |
| Binary | 1010100 | 11000011 | 10101101 | 111001 | 0 | 1011 | 11000 | 10101000 | 110000 | 110111 |
Color Harmonies of #54C3AD
Complementary color
Monochromatic Colors of #54C3AD
Black with #54C3AD
Text Example
Text Example
White with #54C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C3AD; }
p { color: rgb(84,195,173); }
H1.HeaderClassName
{
color: #54C3AD;
}
.AnyTagClassName
{
color: #54C3AD;
}
</style>
background-color css
<style>
a { background-color: #54C3AD; }
a { background-color: rgb(84,195,173); }
div.DivClassName
{
background-color: #54C3AD;
}
.BgClassName
{
background-color: #54C3AD;
}
</style>
border-color css
<style>
span { border-color: #54C3AD; }
span { border-color: rgb(84,195,173); }
td.TdClassName
{
border-color: #54C3AD;
}
.TagClassName
{
border-color: #54C3AD;
}
</style>