Shades of Puerto Rico #54CAB2
Tints of Puerto Rico #54CAB2
RGB
CMYK
RGB Variations
Color information
#54CAB2 (or 0x54CAB2) is known color: Puerto Rico. HEX triplet: 54, CA and B2. RGB value is (84,202,178). Sum of RGB (Red+Green+Blue) = 84+202+178=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CAB2 is #AB354D. Grayscale: #A3A3A3. Windows color (decimal): -11220302 or 11717204. OLE color: 11717204.
HSL color Cylindrical-coordinate representation of color #54CAB2: hue angle of 167.8º 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 #54CAB2 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 178 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.21 |
| HSL | 167.8º | 0.53% | 0.56% | - |
| HSV(B) | 167.8º | 0.58% | 0.79% | - |
| XYZ | 32.81 | 47.34 | 49.53 | - |
| YUV | 163.98 | 135.91 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 178 | 0.58 | 0 | 0.12 | 0.21 | 167.8 | 0.53 | 0.56 |
| Hex | 54 | CA | B2 | 3A | 0 | C | 15 | A8 | 35 | 38 |
| Octal | 124 | 312 | 262 | 72 | 0 | 14 | 25 | 250 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10110010 | 111010 | 0 | 1100 | 10101 | 10101000 | 110101 | 111000 |
Color Harmonies of #54CAB2
Complementary color
Monochromatic Colors of #54CAB2
Black with #54CAB2
Text Example
Text Example
White with #54CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAB2; }
p { color: rgb(84,202,178); }
H1.HeaderClassName
{
color: #54CAB2;
}
.AnyTagClassName
{
color: #54CAB2;
}
</style>
background-color css
<style>
a { background-color: #54CAB2; }
a { background-color: rgb(84,202,178); }
div.DivClassName
{
background-color: #54CAB2;
}
.BgClassName
{
background-color: #54CAB2;
}
</style>
border-color css
<style>
span { border-color: #54CAB2; }
span { border-color: rgb(84,202,178); }
td.TdClassName
{
border-color: #54CAB2;
}
.TagClassName
{
border-color: #54CAB2;
}
</style>