Shades of Shamrock #3DBB96
Tints of Shamrock #3DBB96
RGB
CMYK
RGB Variations
Color information
#3DBB96 (or 0x3DBB96) is known color: Shamrock. HEX triplet: 3D, BB and 96. RGB value is (61,187,150). Sum of RGB (Red+Green+Blue) = 61+187+150=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB96 is #C24469. Grayscale: #919191. Windows color (decimal): -12731498 or 9878333. OLE color: 9878333.
HSL color Cylindrical-coordinate representation of color #3DBB96: hue angle of 162.38º 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 #3DBB96 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 150 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.27 |
| HSL | 162.38º | 0.51% | 0.49% | - |
| HSV(B) | 162.38º | 0.67% | 0.73% | - |
| XYZ | 25.2 | 38.73 | 35 | - |
| YUV | 145.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 150 | 0.67 | 0 | 0.20 | 0.27 | 162.38 | 0.51 | 0.49 |
| Hex | 3D | BB | 96 | 43 | 0 | 14 | 1B | A2 | 33 | 31 |
| Octal | 75 | 273 | 226 | 103 | 0 | 24 | 33 | 242 | 63 | 61 |
| Binary | 111101 | 10111011 | 10010110 | 1000011 | 0 | 10100 | 11011 | 10100010 | 110011 | 110001 |
Color Harmonies of #3DBB96
Complementary color
Monochromatic Colors of #3DBB96
Black with #3DBB96
Text Example
Text Example
White with #3DBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB96; }
p { color: rgb(61,187,150); }
H1.HeaderClassName
{
color: #3DBB96;
}
.AnyTagClassName
{
color: #3DBB96;
}
</style>
background-color css
<style>
a { background-color: #3DBB96; }
a { background-color: rgb(61,187,150); }
div.DivClassName
{
background-color: #3DBB96;
}
.BgClassName
{
background-color: #3DBB96;
}
</style>
border-color css
<style>
span { border-color: #3DBB96; }
span { border-color: rgb(61,187,150); }
td.TdClassName
{
border-color: #3DBB96;
}
.TagClassName
{
border-color: #3DBB96;
}
</style>