Shades of Shamrock #3BCBAE
Tints of Shamrock #3BCBAE
RGB
CMYK
RGB Variations
Color information
#3BCBAE (or 0x3BCBAE) is known color: Shamrock. HEX triplet: 3B, CB and AE. RGB value is (59,203,174). Sum of RGB (Red+Green+Blue) = 59+203+174=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCBAE is #C43451. Grayscale: #9C9C9C. Windows color (decimal): -12858450 or 11455291. OLE color: 11455291.
HSL color Cylindrical-coordinate representation of color #3BCBAE: hue angle of 167.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCBAE is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 174 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.20 |
| HSL | 167.92º | 0.58% | 0.51% | - |
| HSV(B) | 167.92º | 0.71% | 0.8% | - |
| XYZ | 30.8 | 46.7 | 47.43 | - |
| YUV | 156.64 | 137.79 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 174 | 0.71 | 0 | 0.14 | 0.20 | 167.92 | 0.58 | 0.51 |
| Hex | 3B | CB | AE | 47 | 0 | E | 14 | A8 | 3A | 33 |
| Octal | 73 | 313 | 256 | 107 | 0 | 16 | 24 | 250 | 72 | 63 |
| Binary | 111011 | 11001011 | 10101110 | 1000111 | 0 | 1110 | 10100 | 10101000 | 111010 | 110011 |
Color Harmonies of #3BCBAE
Complementary color
Monochromatic Colors of #3BCBAE
Black with #3BCBAE
Text Example
Text Example
White with #3BCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBAE; }
p { color: rgb(59,203,174); }
H1.HeaderClassName
{
color: #3BCBAE;
}
.AnyTagClassName
{
color: #3BCBAE;
}
</style>
background-color css
<style>
a { background-color: #3BCBAE; }
a { background-color: rgb(59,203,174); }
div.DivClassName
{
background-color: #3BCBAE;
}
.BgClassName
{
background-color: #3BCBAE;
}
</style>
border-color css
<style>
span { border-color: #3BCBAE; }
span { border-color: rgb(59,203,174); }
td.TdClassName
{
border-color: #3BCBAE;
}
.TagClassName
{
border-color: #3BCBAE;
}
</style>