Shades of Shamrock #3DB99B
Tints of Shamrock #3DB99B
RGB
CMYK
RGB Variations
Color information
#3DB99B (or 0x3DB99B) is known color: Shamrock. HEX triplet: 3D, B9 and 9B. RGB value is (61,185,155). Sum of RGB (Red+Green+Blue) = 61+185+155=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB99B is #C24664. Grayscale: #909090. Windows color (decimal): -12732005 or 10205501. OLE color: 10205501.
HSL color Cylindrical-coordinate representation of color #3DB99B: hue angle of 165.48º 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 #3DB99B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 155 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.27 |
| HSL | 165.48º | 0.5% | 0.48% | - |
| HSV(B) | 165.48º | 0.67% | 0.73% | - |
| XYZ | 25.19 | 38.06 | 37.03 | - |
| YUV | 144.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 155 | 0.67 | 0 | 0.16 | 0.27 | 165.48 | 0.5 | 0.48 |
| Hex | 3D | B9 | 9B | 43 | 0 | 10 | 1B | A5 | 32 | 30 |
| Octal | 75 | 271 | 233 | 103 | 0 | 20 | 33 | 245 | 62 | 60 |
| Binary | 111101 | 10111001 | 10011011 | 1000011 | 0 | 10000 | 11011 | 10100101 | 110010 | 110000 |
Color Harmonies of #3DB99B
Complementary color
Monochromatic Colors of #3DB99B
Black with #3DB99B
Text Example
Text Example
White with #3DB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB99B; }
p { color: rgb(61,185,155); }
H1.HeaderClassName
{
color: #3DB99B;
}
.AnyTagClassName
{
color: #3DB99B;
}
</style>
background-color css
<style>
a { background-color: #3DB99B; }
a { background-color: rgb(61,185,155); }
div.DivClassName
{
background-color: #3DB99B;
}
.BgClassName
{
background-color: #3DB99B;
}
</style>
border-color css
<style>
span { border-color: #3DB99B; }
span { border-color: rgb(61,185,155); }
td.TdClassName
{
border-color: #3DB99B;
}
.TagClassName
{
border-color: #3DB99B;
}
</style>