Shades of Puerto Rico #60C0B3
Tints of Puerto Rico #60C0B3
RGB
CMYK
RGB Variations
Color information
#60C0B3 (or 0x60C0B3) is known color: Puerto Rico. HEX triplet: 60, C0 and B3. RGB value is (96,192,179). Sum of RGB (Red+Green+Blue) = 96+192+179=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #60C0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0B3 is #9F3F4C. Grayscale: #A1A1A1. Windows color (decimal): -10436429 or 11780192. OLE color: 11780192.
HSL color Cylindrical-coordinate representation of color #60C0B3: hue angle of 171.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C0B3 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 179 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.25 |
| HSL | 171.88º | 0.43% | 0.56% | - |
| HSV(B) | 171.88º | 0.5% | 0.75% | - |
| XYZ | 31.81 | 43.44 | 49.36 | - |
| YUV | 161.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 179 | 0.50 | 0 | 0.07 | 0.25 | 171.88 | 0.43 | 0.56 |
| Hex | 60 | C0 | B3 | 32 | 0 | 7 | 19 | AC | 2B | 38 |
| Octal | 140 | 300 | 263 | 62 | 0 | 7 | 31 | 254 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10110011 | 110010 | 0 | 111 | 11001 | 10101100 | 101011 | 111000 |
Color Harmonies of #60C0B3
Complementary color
Monochromatic Colors of #60C0B3
Black with #60C0B3
Text Example
Text Example
White with #60C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0B3; }
p { color: rgb(96,192,179); }
H1.HeaderClassName
{
color: #60C0B3;
}
.AnyTagClassName
{
color: #60C0B3;
}
</style>
background-color css
<style>
a { background-color: #60C0B3; }
a { background-color: rgb(96,192,179); }
div.DivClassName
{
background-color: #60C0B3;
}
.BgClassName
{
background-color: #60C0B3;
}
</style>
border-color css
<style>
span { border-color: #60C0B3; }
span { border-color: rgb(96,192,179); }
td.TdClassName
{
border-color: #60C0B3;
}
.TagClassName
{
border-color: #60C0B3;
}
</style>