Shades of Shamrock #3DEEA8
Tints of Shamrock #3DEEA8
RGB
CMYK
RGB Variations
Color information
#3DEEA8 (or 0x3DEEA8) is known color: Shamrock. HEX triplet: 3D, EE and A8. RGB value is (61,238,168). Sum of RGB (Red+Green+Blue) = 61+238+168=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEEA8 is #C21157. Grayscale: #B1B1B1. Windows color (decimal): -12718424 or 11071037. OLE color: 11071037.
HSL color Cylindrical-coordinate representation of color #3DEEA8: hue angle of 156.27º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEA8 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 168 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.07 |
| HSL | 156.27º | 0.84% | 0.59% | - |
| HSV(B) | 156.27º | 0.74% | 0.93% | - |
| XYZ | 39.57 | 64.97 | 47.5 | - |
| YUV | 177.1 | 122.86 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 168 | 0.74 | 0 | 0.29 | 0.07 | 156.27 | 0.84 | 0.59 |
| Hex | 3D | EE | A8 | 4A | 0 | 1D | 7 | 9C | 54 | 3B |
| Octal | 75 | 356 | 250 | 112 | 0 | 35 | 7 | 234 | 124 | 73 |
| Binary | 111101 | 11101110 | 10101000 | 1001010 | 0 | 11101 | 111 | 10011100 | 1010100 | 111011 |
Color Harmonies of #3DEEA8
Complementary color
Monochromatic Colors of #3DEEA8
Black with #3DEEA8
Text Example
Text Example
White with #3DEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEA8; }
p { color: rgb(61,238,168); }
H1.HeaderClassName
{
color: #3DEEA8;
}
.AnyTagClassName
{
color: #3DEEA8;
}
</style>
background-color css
<style>
a { background-color: #3DEEA8; }
a { background-color: rgb(61,238,168); }
div.DivClassName
{
background-color: #3DEEA8;
}
.BgClassName
{
background-color: #3DEEA8;
}
</style>
border-color css
<style>
span { border-color: #3DEEA8; }
span { border-color: rgb(61,238,168); }
td.TdClassName
{
border-color: #3DEEA8;
}
.TagClassName
{
border-color: #3DEEA8;
}
</style>