Shades of Puerto Rico #60C1B3
Tints of Puerto Rico #60C1B3
RGB
CMYK
RGB Variations
Color information
#60C1B3 (or 0x60C1B3) is known color: Puerto Rico. HEX triplet: 60, C1 and B3. RGB value is (96,193,179). Sum of RGB (Red+Green+Blue) = 96+193+179=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C1B3 is #9F3E4C. Grayscale: #A2A2A2. Windows color (decimal): -10436173 or 11780448. OLE color: 11780448.
HSL color Cylindrical-coordinate representation of color #60C1B3: hue angle of 171.34º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1B3 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 179 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.24 |
| HSL | 171.34º | 0.44% | 0.57% | - |
| HSV(B) | 171.34º | 0.5% | 0.76% | - |
| XYZ | 32.03 | 43.88 | 49.43 | - |
| YUV | 162.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 179 | 0.50 | 0 | 0.07 | 0.24 | 171.34 | 0.44 | 0.57 |
| Hex | 60 | C1 | B3 | 32 | 0 | 7 | 18 | AB | 2C | 39 |
| Octal | 140 | 301 | 263 | 62 | 0 | 7 | 30 | 253 | 54 | 71 |
| Binary | 1100000 | 11000001 | 10110011 | 110010 | 0 | 111 | 11000 | 10101011 | 101100 | 111001 |
Color Harmonies of #60C1B3
Complementary color
Monochromatic Colors of #60C1B3
Black with #60C1B3
Text Example
Text Example
White with #60C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1B3; }
p { color: rgb(96,193,179); }
H1.HeaderClassName
{
color: #60C1B3;
}
.AnyTagClassName
{
color: #60C1B3;
}
</style>
background-color css
<style>
a { background-color: #60C1B3; }
a { background-color: rgb(96,193,179); }
div.DivClassName
{
background-color: #60C1B3;
}
.BgClassName
{
background-color: #60C1B3;
}
</style>
border-color css
<style>
span { border-color: #60C1B3; }
span { border-color: rgb(96,193,179); }
td.TdClassName
{
border-color: #60C1B3;
}
.TagClassName
{
border-color: #60C1B3;
}
</style>