Shades of Shamrock #3BCFAA
Tints of Shamrock #3BCFAA
RGB
CMYK
RGB Variations
Color information
#3BCFAA (or 0x3BCFAA) is known color: Shamrock. HEX triplet: 3B, CF and AA. RGB value is (59,207,170). Sum of RGB (Red+Green+Blue) = 59+207+170=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCFAA is #C43055. Grayscale: #9E9E9E. Windows color (decimal): -12857430 or 11194171. OLE color: 11194171.
HSL color Cylindrical-coordinate representation of color #3BCFAA: hue angle of 165º 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 #3BCFAA is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 170 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.19 |
| HSL | 165º | 0.61% | 0.52% | - |
| HSV(B) | 165º | 0.71% | 0.81% | - |
| XYZ | 31.37 | 48.46 | 45.73 | - |
| YUV | 158.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 170 | 0.71 | 0 | 0.18 | 0.19 | 165 | 0.61 | 0.52 |
| Hex | 3B | CF | AA | 47 | 0 | 12 | 13 | A5 | 3D | 34 |
| Octal | 73 | 317 | 252 | 107 | 0 | 22 | 23 | 245 | 75 | 64 |
| Binary | 111011 | 11001111 | 10101010 | 1000111 | 0 | 10010 | 10011 | 10100101 | 111101 | 110100 |
Color Harmonies of #3BCFAA
Complementary color
Monochromatic Colors of #3BCFAA
Black with #3BCFAA
Text Example
Text Example
White with #3BCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFAA; }
p { color: rgb(59,207,170); }
H1.HeaderClassName
{
color: #3BCFAA;
}
.AnyTagClassName
{
color: #3BCFAA;
}
</style>
background-color css
<style>
a { background-color: #3BCFAA; }
a { background-color: rgb(59,207,170); }
div.DivClassName
{
background-color: #3BCFAA;
}
.BgClassName
{
background-color: #3BCFAA;
}
</style>
border-color css
<style>
span { border-color: #3BCFAA; }
span { border-color: rgb(59,207,170); }
td.TdClassName
{
border-color: #3BCFAA;
}
.TagClassName
{
border-color: #3BCFAA;
}
</style>