Shades of Shamrock #3BEEAE
Tints of Shamrock #3BEEAE
RGB
CMYK
RGB Variations
Color information
#3BEEAE (or 0x3BEEAE) is known color: Shamrock. HEX triplet: 3B, EE and AE. RGB value is (59,238,174). Sum of RGB (Red+Green+Blue) = 59+238+174=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEEAE is #C41151. Grayscale: #B1B1B1. Windows color (decimal): -12849490 or 11464251. OLE color: 11464251.
HSL color Cylindrical-coordinate representation of color #3BEEAE: hue angle of 158.55º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEAE is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 174 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.07 |
| HSL | 158.55º | 0.84% | 0.58% | - |
| HSV(B) | 158.55º | 0.75% | 0.93% | - |
| XYZ | 40.02 | 65.13 | 50.51 | - |
| YUV | 177.18 | 126.2 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 174 | 0.75 | 0 | 0.27 | 0.07 | 158.55 | 0.84 | 0.58 |
| Hex | 3B | EE | AE | 4B | 0 | 1B | 7 | 9F | 54 | 3A |
| Octal | 73 | 356 | 256 | 113 | 0 | 33 | 7 | 237 | 124 | 72 |
| Binary | 111011 | 11101110 | 10101110 | 1001011 | 0 | 11011 | 111 | 10011111 | 1010100 | 111010 |
Color Harmonies of #3BEEAE
Complementary color
Monochromatic Colors of #3BEEAE
Black with #3BEEAE
Text Example
Text Example
White with #3BEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEAE; }
p { color: rgb(59,238,174); }
H1.HeaderClassName
{
color: #3BEEAE;
}
.AnyTagClassName
{
color: #3BEEAE;
}
</style>
background-color css
<style>
a { background-color: #3BEEAE; }
a { background-color: rgb(59,238,174); }
div.DivClassName
{
background-color: #3BEEAE;
}
.BgClassName
{
background-color: #3BEEAE;
}
</style>
border-color css
<style>
span { border-color: #3BEEAE; }
span { border-color: rgb(59,238,174); }
td.TdClassName
{
border-color: #3BEEAE;
}
.TagClassName
{
border-color: #3BEEAE;
}
</style>