Shades of Puerto Rico #60BFB2
Tints of Puerto Rico #60BFB2
RGB
CMYK
RGB Variations
Color information
#60BFB2 (or 0x60BFB2) is known color: Puerto Rico. HEX triplet: 60, BF and B2. RGB value is (96,191,178). Sum of RGB (Red+Green+Blue) = 96+191+178=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFB2 is #9F404D. Grayscale: #A1A1A1. Windows color (decimal): -10436686 or 11714400. OLE color: 11714400.
HSL color Cylindrical-coordinate representation of color #60BFB2: hue angle of 171.79º 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 #60BFB2 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 178 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.25 |
| HSL | 171.79º | 0.43% | 0.56% | - |
| HSV(B) | 171.79º | 0.5% | 0.75% | - |
| XYZ | 31.49 | 42.96 | 48.75 | - |
| YUV | 161.11 | 137.53 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 178 | 0.50 | 0 | 0.07 | 0.25 | 171.79 | 0.43 | 0.56 |
| Hex | 60 | BF | B2 | 32 | 0 | 7 | 19 | AC | 2B | 38 |
| Octal | 140 | 277 | 262 | 62 | 0 | 7 | 31 | 254 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10110010 | 110010 | 0 | 111 | 11001 | 10101100 | 101011 | 111000 |
Color Harmonies of #60BFB2
Complementary color
Monochromatic Colors of #60BFB2
Black with #60BFB2
Text Example
Text Example
White with #60BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFB2; }
p { color: rgb(96,191,178); }
H1.HeaderClassName
{
color: #60BFB2;
}
.AnyTagClassName
{
color: #60BFB2;
}
</style>
background-color css
<style>
a { background-color: #60BFB2; }
a { background-color: rgb(96,191,178); }
div.DivClassName
{
background-color: #60BFB2;
}
.BgClassName
{
background-color: #60BFB2;
}
</style>
border-color css
<style>
span { border-color: #60BFB2; }
span { border-color: rgb(96,191,178); }
td.TdClassName
{
border-color: #60BFB2;
}
.TagClassName
{
border-color: #60BFB2;
}
</style>