Shades of Shamrock #3BCFAF
Tints of Shamrock #3BCFAF
RGB
CMYK
RGB Variations
Color information
#3BCFAF (or 0x3BCFAF) is known color: Shamrock. HEX triplet: 3B, CF and AF. RGB value is (59,207,175). Sum of RGB (Red+Green+Blue) = 59+207+175=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCFAF is #C43050. Grayscale: #9F9F9F. Windows color (decimal): -12857425 or 11521851. OLE color: 11521851.
HSL color Cylindrical-coordinate representation of color #3BCFAF: hue angle of 167.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFAF is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 175 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.19 |
| HSL | 167.03º | 0.61% | 0.52% | - |
| HSV(B) | 167.03º | 0.71% | 0.81% | - |
| XYZ | 31.85 | 48.65 | 48.27 | - |
| YUV | 159.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 175 | 0.71 | 0 | 0.15 | 0.19 | 167.03 | 0.61 | 0.52 |
| Hex | 3B | CF | AF | 47 | 0 | F | 13 | A7 | 3D | 34 |
| Octal | 73 | 317 | 257 | 107 | 0 | 17 | 23 | 247 | 75 | 64 |
| Binary | 111011 | 11001111 | 10101111 | 1000111 | 0 | 1111 | 10011 | 10100111 | 111101 | 110100 |
Color Harmonies of #3BCFAF
Complementary color
Monochromatic Colors of #3BCFAF
Black with #3BCFAF
Text Example
Text Example
White with #3BCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFAF; }
p { color: rgb(59,207,175); }
H1.HeaderClassName
{
color: #3BCFAF;
}
.AnyTagClassName
{
color: #3BCFAF;
}
</style>
background-color css
<style>
a { background-color: #3BCFAF; }
a { background-color: rgb(59,207,175); }
div.DivClassName
{
background-color: #3BCFAF;
}
.BgClassName
{
background-color: #3BCFAF;
}
</style>
border-color css
<style>
span { border-color: #3BCFAF; }
span { border-color: rgb(59,207,175); }
td.TdClassName
{
border-color: #3BCFAF;
}
.TagClassName
{
border-color: #3BCFAF;
}
</style>