Shades of Shamrock #3BE9AF
Tints of Shamrock #3BE9AF
RGB
CMYK
RGB Variations
Color information
#3BE9AF (or 0x3BE9AF) is known color: Shamrock. HEX triplet: 3B, E9 and AF. RGB value is (59,233,175). Sum of RGB (Red+Green+Blue) = 59+233+175=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BE9AF is #C41650. Grayscale: #AEAEAE. Windows color (decimal): -12850769 or 11528507. OLE color: 11528507.
HSL color Cylindrical-coordinate representation of color #3BE9AF: hue angle of 160º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE9AF is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 233 | 175 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.09 |
| HSL | 160º | 0.8% | 0.57% | - |
| HSV(B) | 160º | 0.75% | 0.91% | - |
| XYZ | 38.68 | 62.3 | 50.54 | - |
| YUV | 174.36 | 128.35 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 233 | 175 | 0.75 | 0 | 0.25 | 0.09 | 160 | 0.8 | 0.57 |
| Hex | 3B | E9 | AF | 4B | 0 | 19 | 9 | A0 | 50 | 39 |
| Octal | 73 | 351 | 257 | 113 | 0 | 31 | 11 | 240 | 120 | 71 |
| Binary | 111011 | 11101001 | 10101111 | 1001011 | 0 | 11001 | 1001 | 10100000 | 1010000 | 111001 |
Color Harmonies of #3BE9AF
Complementary color
Monochromatic Colors of #3BE9AF
Black with #3BE9AF
Text Example
Text Example
White with #3BE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE9AF; }
p { color: rgb(59,233,175); }
H1.HeaderClassName
{
color: #3BE9AF;
}
.AnyTagClassName
{
color: #3BE9AF;
}
</style>
background-color css
<style>
a { background-color: #3BE9AF; }
a { background-color: rgb(59,233,175); }
div.DivClassName
{
background-color: #3BE9AF;
}
.BgClassName
{
background-color: #3BE9AF;
}
</style>
border-color css
<style>
span { border-color: #3BE9AF; }
span { border-color: rgb(59,233,175); }
td.TdClassName
{
border-color: #3BE9AF;
}
.TagClassName
{
border-color: #3BE9AF;
}
</style>