Shades of Shamrock #3DB9A0
Tints of Shamrock #3DB9A0
RGB
CMYK
RGB Variations
Color information
#3DB9A0 (or 0x3DB9A0) is known color: Shamrock. HEX triplet: 3D, B9 and A0. RGB value is (61,185,160). Sum of RGB (Red+Green+Blue) = 61+185+160=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB9A0 is #C2465F. Grayscale: #919191. Windows color (decimal): -12732000 or 10533181. OLE color: 10533181.
HSL color Cylindrical-coordinate representation of color #3DB9A0: hue angle of 167.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB9A0 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 160 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.27 |
| HSL | 167.9º | 0.5% | 0.48% | - |
| HSV(B) | 167.9º | 0.67% | 0.73% | - |
| XYZ | 25.62 | 38.23 | 39.29 | - |
| YUV | 145.07 | 136.42 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 160 | 0.67 | 0 | 0.14 | 0.27 | 167.9 | 0.5 | 0.48 |
| Hex | 3D | B9 | A0 | 43 | 0 | E | 1B | A8 | 32 | 30 |
| Octal | 75 | 271 | 240 | 103 | 0 | 16 | 33 | 250 | 62 | 60 |
| Binary | 111101 | 10111001 | 10100000 | 1000011 | 0 | 1110 | 11011 | 10101000 | 110010 | 110000 |
Color Harmonies of #3DB9A0
Complementary color
Monochromatic Colors of #3DB9A0
Black with #3DB9A0
Text Example
Text Example
White with #3DB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9A0; }
p { color: rgb(61,185,160); }
H1.HeaderClassName
{
color: #3DB9A0;
}
.AnyTagClassName
{
color: #3DB9A0;
}
</style>
background-color css
<style>
a { background-color: #3DB9A0; }
a { background-color: rgb(61,185,160); }
div.DivClassName
{
background-color: #3DB9A0;
}
.BgClassName
{
background-color: #3DB9A0;
}
</style>
border-color css
<style>
span { border-color: #3DB9A0; }
span { border-color: rgb(61,185,160); }
td.TdClassName
{
border-color: #3DB9A0;
}
.TagClassName
{
border-color: #3DB9A0;
}
</style>