Shades of Shamrock #3BCFAE
Tints of Shamrock #3BCFAE
RGB
CMYK
RGB Variations
Color information
#3BCFAE (or 0x3BCFAE) is known color: Shamrock. HEX triplet: 3B, CF and AE. RGB value is (59,207,174). Sum of RGB (Red+Green+Blue) = 59+207+174=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCFAE is #C43051. Grayscale: #9E9E9E. Windows color (decimal): -12857426 or 11456315. OLE color: 11456315.
HSL color Cylindrical-coordinate representation of color #3BCFAE: hue angle of 166.62º 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 #3BCFAE is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 174 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.19 |
| HSL | 166.62º | 0.61% | 0.52% | - |
| HSV(B) | 166.62º | 0.71% | 0.81% | - |
| XYZ | 31.76 | 48.61 | 47.75 | - |
| YUV | 158.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 174 | 0.71 | 0 | 0.16 | 0.19 | 166.62 | 0.61 | 0.52 |
| Hex | 3B | CF | AE | 47 | 0 | 10 | 13 | A7 | 3D | 34 |
| Octal | 73 | 317 | 256 | 107 | 0 | 20 | 23 | 247 | 75 | 64 |
| Binary | 111011 | 11001111 | 10101110 | 1000111 | 0 | 10000 | 10011 | 10100111 | 111101 | 110100 |
Color Harmonies of #3BCFAE
Complementary color
Monochromatic Colors of #3BCFAE
Black with #3BCFAE
Text Example
Text Example
White with #3BCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFAE; }
p { color: rgb(59,207,174); }
H1.HeaderClassName
{
color: #3BCFAE;
}
.AnyTagClassName
{
color: #3BCFAE;
}
</style>
background-color css
<style>
a { background-color: #3BCFAE; }
a { background-color: rgb(59,207,174); }
div.DivClassName
{
background-color: #3BCFAE;
}
.BgClassName
{
background-color: #3BCFAE;
}
</style>
border-color css
<style>
span { border-color: #3BCFAE; }
span { border-color: rgb(59,207,174); }
td.TdClassName
{
border-color: #3BCFAE;
}
.TagClassName
{
border-color: #3BCFAE;
}
</style>