Shades of Puerto Rico #54C2AF
Tints of Puerto Rico #54C2AF
RGB
CMYK
RGB Variations
Color information
#54C2AF (or 0x54C2AF) is known color: Puerto Rico. HEX triplet: 54, C2 and AF. RGB value is (84,194,175). Sum of RGB (Red+Green+Blue) = 84+194+175=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C2AF is #AB3D50. Grayscale: #9E9E9E. Windows color (decimal): -11222353 or 11518548. OLE color: 11518548.
HSL color Cylindrical-coordinate representation of color #54C2AF: hue angle of 169.64º 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 #54C2AF is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 175 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.24 |
| HSL | 169.64º | 0.47% | 0.55% | - |
| HSV(B) | 169.64º | 0.57% | 0.76% | - |
| XYZ | 30.69 | 43.56 | 47.35 | - |
| YUV | 158.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 175 | 0.57 | 0 | 0.10 | 0.24 | 169.64 | 0.47 | 0.55 |
| Hex | 54 | C2 | AF | 39 | 0 | A | 18 | AA | 2F | 37 |
| Octal | 124 | 302 | 257 | 71 | 0 | 12 | 30 | 252 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10101111 | 111001 | 0 | 1010 | 11000 | 10101010 | 101111 | 110111 |
Color Harmonies of #54C2AF
Complementary color
Monochromatic Colors of #54C2AF
Black with #54C2AF
Text Example
Text Example
White with #54C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2AF; }
p { color: rgb(84,194,175); }
H1.HeaderClassName
{
color: #54C2AF;
}
.AnyTagClassName
{
color: #54C2AF;
}
</style>
background-color css
<style>
a { background-color: #54C2AF; }
a { background-color: rgb(84,194,175); }
div.DivClassName
{
background-color: #54C2AF;
}
.BgClassName
{
background-color: #54C2AF;
}
</style>
border-color css
<style>
span { border-color: #54C2AF; }
span { border-color: rgb(84,194,175); }
td.TdClassName
{
border-color: #54C2AF;
}
.TagClassName
{
border-color: #54C2AF;
}
</style>