Shades of Puerto Rico #54CAB0
Tints of Puerto Rico #54CAB0
RGB
CMYK
RGB Variations
Color information
#54CAB0 (or 0x54CAB0) is known color: Puerto Rico. HEX triplet: 54, CA and B0. RGB value is (84,202,176). Sum of RGB (Red+Green+Blue) = 84+202+176=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CAB0 is #AB354F. Grayscale: #A3A3A3. Windows color (decimal): -11220304 or 11586132. OLE color: 11586132.
HSL color Cylindrical-coordinate representation of color #54CAB0: hue angle of 166.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CAB0 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 176 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.21 |
| HSL | 166.78º | 0.53% | 0.56% | - |
| HSV(B) | 166.78º | 0.58% | 0.79% | - |
| XYZ | 32.61 | 47.26 | 48.48 | - |
| YUV | 163.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 176 | 0.58 | 0 | 0.13 | 0.21 | 166.78 | 0.53 | 0.56 |
| Hex | 54 | CA | B0 | 3A | 0 | D | 15 | A7 | 35 | 38 |
| Octal | 124 | 312 | 260 | 72 | 0 | 15 | 25 | 247 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10110000 | 111010 | 0 | 1101 | 10101 | 10100111 | 110101 | 111000 |
Color Harmonies of #54CAB0
Complementary color
Monochromatic Colors of #54CAB0
Black with #54CAB0
Text Example
Text Example
White with #54CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAB0; }
p { color: rgb(84,202,176); }
H1.HeaderClassName
{
color: #54CAB0;
}
.AnyTagClassName
{
color: #54CAB0;
}
</style>
background-color css
<style>
a { background-color: #54CAB0; }
a { background-color: rgb(84,202,176); }
div.DivClassName
{
background-color: #54CAB0;
}
.BgClassName
{
background-color: #54CAB0;
}
</style>
border-color css
<style>
span { border-color: #54CAB0; }
span { border-color: rgb(84,202,176); }
td.TdClassName
{
border-color: #54CAB0;
}
.TagClassName
{
border-color: #54CAB0;
}
</style>