Shades of Puerto Rico #55C1A8
Tints of Puerto Rico #55C1A8
RGB
CMYK
RGB Variations
Color information
#55C1A8 (or 0x55C1A8) is known color: Puerto Rico. HEX triplet: 55, C1 and A8. RGB value is (85,193,168). Sum of RGB (Red+Green+Blue) = 85+193+168=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C1A8 is #AA3E57. Grayscale: #9D9D9D. Windows color (decimal): -11157080 or 11059541. OLE color: 11059541.
HSL color Cylindrical-coordinate representation of color #55C1A8: hue angle of 166.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C1A8 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 168 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.24 |
| HSL | 166.11º | 0.47% | 0.55% | - |
| HSV(B) | 166.11º | 0.56% | 0.76% | - |
| XYZ | 29.88 | 42.9 | 43.75 | - |
| YUV | 157.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 168 | 0.56 | 0 | 0.13 | 0.24 | 166.11 | 0.47 | 0.55 |
| Hex | 55 | C1 | A8 | 38 | 0 | D | 18 | A6 | 2F | 37 |
| Octal | 125 | 301 | 250 | 70 | 0 | 15 | 30 | 246 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10101000 | 111000 | 0 | 1101 | 11000 | 10100110 | 101111 | 110111 |
Color Harmonies of #55C1A8
Complementary color
Monochromatic Colors of #55C1A8
Black with #55C1A8
Text Example
Text Example
White with #55C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C1A8; }
p { color: rgb(85,193,168); }
H1.HeaderClassName
{
color: #55C1A8;
}
.AnyTagClassName
{
color: #55C1A8;
}
</style>
background-color css
<style>
a { background-color: #55C1A8; }
a { background-color: rgb(85,193,168); }
div.DivClassName
{
background-color: #55C1A8;
}
.BgClassName
{
background-color: #55C1A8;
}
</style>
border-color css
<style>
span { border-color: #55C1A8; }
span { border-color: rgb(85,193,168); }
td.TdClassName
{
border-color: #55C1A8;
}
.TagClassName
{
border-color: #55C1A8;
}
</style>