Shades of Shamrock #3BCEAF
Tints of Shamrock #3BCEAF
RGB
CMYK
RGB Variations
Color information
#3BCEAF (or 0x3BCEAF) is known color: Shamrock. HEX triplet: 3B, CE and AF. RGB value is (59,206,175). Sum of RGB (Red+Green+Blue) = 59+206+175=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCEAF is #C43150. Grayscale: #9E9E9E. Windows color (decimal): -12857681 or 11521595. OLE color: 11521595.
HSL color Cylindrical-coordinate representation of color #3BCEAF: hue angle of 167.35º degrees, saturation: 0.6, 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 #3BCEAF is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 175 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.19 |
| HSL | 167.35º | 0.6% | 0.52% | - |
| HSV(B) | 167.35º | 0.71% | 0.81% | - |
| XYZ | 31.61 | 48.17 | 48.19 | - |
| YUV | 158.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 175 | 0.71 | 0 | 0.15 | 0.19 | 167.35 | 0.6 | 0.52 |
| Hex | 3B | CE | AF | 47 | 0 | F | 13 | A7 | 3C | 34 |
| Octal | 73 | 316 | 257 | 107 | 0 | 17 | 23 | 247 | 74 | 64 |
| Binary | 111011 | 11001110 | 10101111 | 1000111 | 0 | 1111 | 10011 | 10100111 | 111100 | 110100 |
Color Harmonies of #3BCEAF
Complementary color
Monochromatic Colors of #3BCEAF
Black with #3BCEAF
Text Example
Text Example
White with #3BCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEAF; }
p { color: rgb(59,206,175); }
H1.HeaderClassName
{
color: #3BCEAF;
}
.AnyTagClassName
{
color: #3BCEAF;
}
</style>
background-color css
<style>
a { background-color: #3BCEAF; }
a { background-color: rgb(59,206,175); }
div.DivClassName
{
background-color: #3BCEAF;
}
.BgClassName
{
background-color: #3BCEAF;
}
</style>
border-color css
<style>
span { border-color: #3BCEAF; }
span { border-color: rgb(59,206,175); }
td.TdClassName
{
border-color: #3BCEAF;
}
.TagClassName
{
border-color: #3BCEAF;
}
</style>