Shades of Shamrock #3ECAA5
Tints of Shamrock #3ECAA5
RGB
CMYK
RGB Variations
Color information
#3ECAA5 (or 0x3ECAA5) is known color: Shamrock. HEX triplet: 3E, CA and A5. RGB value is (62,202,165). Sum of RGB (Red+Green+Blue) = 62+202+165=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ECAA5 is #C1355A. Grayscale: #9B9B9B. Windows color (decimal): -12662107 or 10865214. OLE color: 10865214.
HSL color Cylindrical-coordinate representation of color #3ECAA5: hue angle of 164.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECAA5 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 165 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.21 |
| HSL | 164.14º | 0.57% | 0.52% | - |
| HSV(B) | 164.14º | 0.69% | 0.79% | - |
| XYZ | 29.9 | 45.98 | 42.9 | - |
| YUV | 155.92 | 133.12 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 165 | 0.69 | 0 | 0.18 | 0.21 | 164.14 | 0.57 | 0.52 |
| Hex | 3E | CA | A5 | 45 | 0 | 12 | 15 | A4 | 39 | 34 |
| Octal | 76 | 312 | 245 | 105 | 0 | 22 | 25 | 244 | 71 | 64 |
| Binary | 111110 | 11001010 | 10100101 | 1000101 | 0 | 10010 | 10101 | 10100100 | 111001 | 110100 |
Color Harmonies of #3ECAA5
Complementary color
Monochromatic Colors of #3ECAA5
Black with #3ECAA5
Text Example
Text Example
White with #3ECAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECAA5; }
p { color: rgb(62,202,165); }
H1.HeaderClassName
{
color: #3ECAA5;
}
.AnyTagClassName
{
color: #3ECAA5;
}
</style>
background-color css
<style>
a { background-color: #3ECAA5; }
a { background-color: rgb(62,202,165); }
div.DivClassName
{
background-color: #3ECAA5;
}
.BgClassName
{
background-color: #3ECAA5;
}
</style>
border-color css
<style>
span { border-color: #3ECAA5; }
span { border-color: rgb(62,202,165); }
td.TdClassName
{
border-color: #3ECAA5;
}
.TagClassName
{
border-color: #3ECAA5;
}
</style>