Shades of Shamrock #3EBDA5
Tints of Shamrock #3EBDA5
RGB
CMYK
RGB Variations
Color information
#3EBDA5 (or 0x3EBDA5) is known color: Shamrock. HEX triplet: 3E, BD and A5. RGB value is (62,189,165). Sum of RGB (Red+Green+Blue) = 62+189+165=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBDA5 is #C1425A. Grayscale: #949494. Windows color (decimal): -12665435 or 10861886. OLE color: 10861886.
HSL color Cylindrical-coordinate representation of color #3EBDA5: hue angle of 168.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBDA5 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 165 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.26 |
| HSL | 168.66º | 0.51% | 0.49% | - |
| HSV(B) | 168.66º | 0.67% | 0.74% | - |
| XYZ | 26.98 | 40.14 | 41.92 | - |
| YUV | 148.29 | 137.42 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 165 | 0.67 | 0 | 0.13 | 0.26 | 168.66 | 0.51 | 0.49 |
| Hex | 3E | BD | A5 | 43 | 0 | D | 1A | A9 | 33 | 31 |
| Octal | 76 | 275 | 245 | 103 | 0 | 15 | 32 | 251 | 63 | 61 |
| Binary | 111110 | 10111101 | 10100101 | 1000011 | 0 | 1101 | 11010 | 10101001 | 110011 | 110001 |
Color Harmonies of #3EBDA5
Complementary color
Monochromatic Colors of #3EBDA5
Black with #3EBDA5
Text Example
Text Example
White with #3EBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDA5; }
p { color: rgb(62,189,165); }
H1.HeaderClassName
{
color: #3EBDA5;
}
.AnyTagClassName
{
color: #3EBDA5;
}
</style>
background-color css
<style>
a { background-color: #3EBDA5; }
a { background-color: rgb(62,189,165); }
div.DivClassName
{
background-color: #3EBDA5;
}
.BgClassName
{
background-color: #3EBDA5;
}
</style>
border-color css
<style>
span { border-color: #3EBDA5; }
span { border-color: rgb(62,189,165); }
td.TdClassName
{
border-color: #3EBDA5;
}
.TagClassName
{
border-color: #3EBDA5;
}
</style>