Shades of Puerto Rico #60BEB3
Tints of Puerto Rico #60BEB3
RGB
CMYK
RGB Variations
Color information
#60BEB3 (or 0x60BEB3) is known color: Puerto Rico. HEX triplet: 60, BE and B3. RGB value is (96,190,179). Sum of RGB (Red+Green+Blue) = 96+190+179=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEB3 is #9F414C. Grayscale: #A0A0A0. Windows color (decimal): -10436941 or 11779680. OLE color: 11779680.
HSL color Cylindrical-coordinate representation of color #60BEB3: hue angle of 172.98º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BEB3 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 179 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.25 |
| HSL | 172.98º | 0.42% | 0.56% | - |
| HSV(B) | 172.98º | 0.49% | 0.75% | - |
| XYZ | 31.37 | 42.57 | 49.21 | - |
| YUV | 160.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 179 | 0.49 | 0 | 0.06 | 0.25 | 172.98 | 0.42 | 0.56 |
| Hex | 60 | BE | B3 | 31 | 0 | 6 | 19 | AD | 2A | 38 |
| Octal | 140 | 276 | 263 | 61 | 0 | 6 | 31 | 255 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10110011 | 110001 | 0 | 110 | 11001 | 10101101 | 101010 | 111000 |
Color Harmonies of #60BEB3
Complementary color
Monochromatic Colors of #60BEB3
Black with #60BEB3
Text Example
Text Example
White with #60BEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEB3; }
p { color: rgb(96,190,179); }
H1.HeaderClassName
{
color: #60BEB3;
}
.AnyTagClassName
{
color: #60BEB3;
}
</style>
background-color css
<style>
a { background-color: #60BEB3; }
a { background-color: rgb(96,190,179); }
div.DivClassName
{
background-color: #60BEB3;
}
.BgClassName
{
background-color: #60BEB3;
}
</style>
border-color css
<style>
span { border-color: #60BEB3; }
span { border-color: rgb(96,190,179); }
td.TdClassName
{
border-color: #60BEB3;
}
.TagClassName
{
border-color: #60BEB3;
}
</style>