Shades of Puerto Rico #60B8A2
Tints of Puerto Rico #60B8A2
RGB
CMYK
RGB Variations
Color information
#60B8A2 (or 0x60B8A2) is known color: Puerto Rico. HEX triplet: 60, B8 and A2. RGB value is (96,184,162). Sum of RGB (Red+Green+Blue) = 96+184+162=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #60B8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B8A2 is #9F475D. Grayscale: #9B9B9B. Windows color (decimal): -10438494 or 10664032. OLE color: 10664032.
HSL color Cylindrical-coordinate representation of color #60B8A2: hue angle of 165º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B8A2 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 162 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.28 |
| HSL | 165º | 0.38% | 0.55% | - |
| HSV(B) | 165º | 0.48% | 0.72% | - |
| XYZ | 28.49 | 39.38 | 40.28 | - |
| YUV | 155.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 162 | 0.48 | 0 | 0.12 | 0.28 | 165 | 0.38 | 0.55 |
| Hex | 60 | B8 | A2 | 30 | 0 | C | 1C | A5 | 26 | 37 |
| Octal | 140 | 270 | 242 | 60 | 0 | 14 | 34 | 245 | 46 | 67 |
| Binary | 1100000 | 10111000 | 10100010 | 110000 | 0 | 1100 | 11100 | 10100101 | 100110 | 110111 |
Color Harmonies of #60B8A2
Complementary color
Monochromatic Colors of #60B8A2
Black with #60B8A2
Text Example
Text Example
White with #60B8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B8A2; }
p { color: rgb(96,184,162); }
H1.HeaderClassName
{
color: #60B8A2;
}
.AnyTagClassName
{
color: #60B8A2;
}
</style>
background-color css
<style>
a { background-color: #60B8A2; }
a { background-color: rgb(96,184,162); }
div.DivClassName
{
background-color: #60B8A2;
}
.BgClassName
{
background-color: #60B8A2;
}
</style>
border-color css
<style>
span { border-color: #60B8A2; }
span { border-color: rgb(96,184,162); }
td.TdClassName
{
border-color: #60B8A2;
}
.TagClassName
{
border-color: #60B8A2;
}
</style>