Shades of Shamrock #3AEE9F
Tints of Shamrock #3AEE9F
RGB
CMYK
RGB Variations
Color information
#3AEE9F (or 0x3AEE9F) is known color: Shamrock. HEX triplet: 3A, EE and 9F. RGB value is (58,238,159). Sum of RGB (Red+Green+Blue) = 58+238+159=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEE9F is #C51160. Grayscale: #AFAFAF. Windows color (decimal): -12915041 or 10481210. OLE color: 10481210.
HSL color Cylindrical-coordinate representation of color #3AEE9F: hue angle of 153.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEE9F is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 58 | 238 | 159 | - |
CMYK | 0.76 | 0 | 0.33 | 0.07 |
HSL | 153.67º | 0.84% | 0.58% | - |
HSV(B) | 153.67º | 0.76% | 0.93% | - |
XYZ | 38.58 | 64.55 | 43.23 | - |
YUV | 175.17 | 118.87 | 44.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 238 | 159 | 0.76 | 0 | 0.33 | 0.07 | 153.67 | 0.84 | 0.58 |
Hex | 3A | EE | 9F | 4C | 0 | 21 | 7 | 9A | 54 | 3A |
Octal | 72 | 356 | 237 | 114 | 0 | 41 | 7 | 232 | 124 | 72 |
Binary | 111010 | 11101110 | 10011111 | 1001100 | 0 | 100001 | 111 | 10011010 | 1010100 | 111010 |
Color Harmonies of #3AEE9F
Complementary color
Monochromatic Colors of #3AEE9F
Black with #3AEE9F
Text Example
Text Example
White with #3AEE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE9F; }
p { color: rgb(58,238,159); }
H1.HeaderClassName
{
color: #3AEE9F;
}
.AnyTagClassName
{
color: #3AEE9F;
}
</style>
background-color css
<style>
a { background-color: #3AEE9F; }
a { background-color: rgb(58,238,159); }
div.DivClassName
{
background-color: #3AEE9F;
}
.BgClassName
{
background-color: #3AEE9F;
}
</style>
border-color css
<style>
span { border-color: #3AEE9F; }
span { border-color: rgb(58,238,159); }
td.TdClassName
{
border-color: #3AEE9F;
}
.TagClassName
{
border-color: #3AEE9F;
}
</style>