Shades of Puerto Rico #58BFAF
Tints of Puerto Rico #58BFAF
RGB
CMYK
RGB Variations
Color information
#58BFAF (or 0x58BFAF) is known color: Puerto Rico. HEX triplet: 58, BF and AF. RGB value is (88,191,175). Sum of RGB (Red+Green+Blue) = 88+191+175=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #58BFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BFAF is #A74050. Grayscale: #9E9E9E. Windows color (decimal): -10960977 or 11517784. OLE color: 11517784.
HSL color Cylindrical-coordinate representation of color #58BFAF: hue angle of 170.68º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BFAF is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 175 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.25 |
| HSL | 170.68º | 0.45% | 0.55% | - |
| HSV(B) | 170.68º | 0.54% | 0.75% | - |
| XYZ | 30.39 | 42.43 | 47.15 | - |
| YUV | 158.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 175 | 0.54 | 0 | 0.08 | 0.25 | 170.68 | 0.45 | 0.55 |
| Hex | 58 | BF | AF | 36 | 0 | 8 | 19 | AB | 2D | 37 |
| Octal | 130 | 277 | 257 | 66 | 0 | 10 | 31 | 253 | 55 | 67 |
| Binary | 1011000 | 10111111 | 10101111 | 110110 | 0 | 1000 | 11001 | 10101011 | 101101 | 110111 |
Color Harmonies of #58BFAF
Complementary color
Monochromatic Colors of #58BFAF
Black with #58BFAF
Text Example
Text Example
White with #58BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFAF; }
p { color: rgb(88,191,175); }
H1.HeaderClassName
{
color: #58BFAF;
}
.AnyTagClassName
{
color: #58BFAF;
}
</style>
background-color css
<style>
a { background-color: #58BFAF; }
a { background-color: rgb(88,191,175); }
div.DivClassName
{
background-color: #58BFAF;
}
.BgClassName
{
background-color: #58BFAF;
}
</style>
border-color css
<style>
span { border-color: #58BFAF; }
span { border-color: rgb(88,191,175); }
td.TdClassName
{
border-color: #58BFAF;
}
.TagClassName
{
border-color: #58BFAF;
}
</style>