Shades of Shamrock #3DBA9A
Tints of Shamrock #3DBA9A
RGB
CMYK
RGB Variations
Color information
#3DBA9A (or 0x3DBA9A) is known color: Shamrock. HEX triplet: 3D, BA and 9A. RGB value is (61,186,154). Sum of RGB (Red+Green+Blue) = 61+186+154=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBA9A is #C24565. Grayscale: #909090. Windows color (decimal): -12731750 or 10140221. OLE color: 10140221.
HSL color Cylindrical-coordinate representation of color #3DBA9A: hue angle of 164.64º degrees, saturation: 0.51, 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 #3DBA9A is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 154 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.27 |
| HSL | 164.64º | 0.51% | 0.48% | - |
| HSV(B) | 164.64º | 0.67% | 0.73% | - |
| XYZ | 25.32 | 38.44 | 36.66 | - |
| YUV | 144.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 154 | 0.67 | 0 | 0.17 | 0.27 | 164.64 | 0.51 | 0.48 |
| Hex | 3D | BA | 9A | 43 | 0 | 11 | 1B | A5 | 33 | 30 |
| Octal | 75 | 272 | 232 | 103 | 0 | 21 | 33 | 245 | 63 | 60 |
| Binary | 111101 | 10111010 | 10011010 | 1000011 | 0 | 10001 | 11011 | 10100101 | 110011 | 110000 |
Color Harmonies of #3DBA9A
Complementary color
Monochromatic Colors of #3DBA9A
Black with #3DBA9A
Text Example
Text Example
White with #3DBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA9A; }
p { color: rgb(61,186,154); }
H1.HeaderClassName
{
color: #3DBA9A;
}
.AnyTagClassName
{
color: #3DBA9A;
}
</style>
background-color css
<style>
a { background-color: #3DBA9A; }
a { background-color: rgb(61,186,154); }
div.DivClassName
{
background-color: #3DBA9A;
}
.BgClassName
{
background-color: #3DBA9A;
}
</style>
border-color css
<style>
span { border-color: #3DBA9A; }
span { border-color: rgb(61,186,154); }
td.TdClassName
{
border-color: #3DBA9A;
}
.TagClassName
{
border-color: #3DBA9A;
}
</style>