Shades of Shamrock #3DBB9A
Tints of Shamrock #3DBB9A
RGB
CMYK
RGB Variations
Color information
#3DBB9A (or 0x3DBB9A) is known color: Shamrock. HEX triplet: 3D, BB and 9A. RGB value is (61,187,154). Sum of RGB (Red+Green+Blue) = 61+187+154=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB9A is #C24465. Grayscale: #919191. Windows color (decimal): -12731494 or 10140477. OLE color: 10140477.
HSL color Cylindrical-coordinate representation of color #3DBB9A: hue angle of 164.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB9A is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 154 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.27 |
| HSL | 164.29º | 0.51% | 0.49% | - |
| HSV(B) | 164.29º | 0.67% | 0.73% | - |
| XYZ | 25.53 | 38.87 | 36.73 | - |
| YUV | 145.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 154 | 0.67 | 0 | 0.18 | 0.27 | 164.29 | 0.51 | 0.49 |
| Hex | 3D | BB | 9A | 43 | 0 | 12 | 1B | A4 | 33 | 31 |
| Octal | 75 | 273 | 232 | 103 | 0 | 22 | 33 | 244 | 63 | 61 |
| Binary | 111101 | 10111011 | 10011010 | 1000011 | 0 | 10010 | 11011 | 10100100 | 110011 | 110001 |
Color Harmonies of #3DBB9A
Complementary color
Monochromatic Colors of #3DBB9A
Black with #3DBB9A
Text Example
Text Example
White with #3DBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB9A; }
p { color: rgb(61,187,154); }
H1.HeaderClassName
{
color: #3DBB9A;
}
.AnyTagClassName
{
color: #3DBB9A;
}
</style>
background-color css
<style>
a { background-color: #3DBB9A; }
a { background-color: rgb(61,187,154); }
div.DivClassName
{
background-color: #3DBB9A;
}
.BgClassName
{
background-color: #3DBB9A;
}
</style>
border-color css
<style>
span { border-color: #3DBB9A; }
span { border-color: rgb(61,187,154); }
td.TdClassName
{
border-color: #3DBB9A;
}
.TagClassName
{
border-color: #3DBB9A;
}
</style>