Shades of Shamrock #3DBB8A
Tints of Shamrock #3DBB8A
RGB
CMYK
RGB Variations
Color information
#3DBB8A (or 0x3DBB8A) is known color: Shamrock. HEX triplet: 3D, BB and 8A. RGB value is (61,187,138). Sum of RGB (Red+Green+Blue) = 61+187+138=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB8A is #C24475. Grayscale: #8F8F8F. Windows color (decimal): -12731510 or 9091901. OLE color: 9091901.
HSL color Cylindrical-coordinate representation of color #3DBB8A: hue angle of 156.67º 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 #3DBB8A is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 138 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.27 |
| HSL | 156.67º | 0.51% | 0.49% | - |
| HSV(B) | 156.67º | 0.67% | 0.73% | - |
| XYZ | 24.28 | 38.37 | 30.17 | - |
| YUV | 143.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 138 | 0.67 | 0 | 0.26 | 0.27 | 156.67 | 0.51 | 0.49 |
| Hex | 3D | BB | 8A | 43 | 0 | 1A | 1B | 9D | 33 | 31 |
| Octal | 75 | 273 | 212 | 103 | 0 | 32 | 33 | 235 | 63 | 61 |
| Binary | 111101 | 10111011 | 10001010 | 1000011 | 0 | 11010 | 11011 | 10011101 | 110011 | 110001 |
Color Harmonies of #3DBB8A
Complementary color
Monochromatic Colors of #3DBB8A
Black with #3DBB8A
Text Example
Text Example
White with #3DBB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB8A; }
p { color: rgb(61,187,138); }
H1.HeaderClassName
{
color: #3DBB8A;
}
.AnyTagClassName
{
color: #3DBB8A;
}
</style>
background-color css
<style>
a { background-color: #3DBB8A; }
a { background-color: rgb(61,187,138); }
div.DivClassName
{
background-color: #3DBB8A;
}
.BgClassName
{
background-color: #3DBB8A;
}
</style>
border-color css
<style>
span { border-color: #3DBB8A; }
span { border-color: rgb(61,187,138); }
td.TdClassName
{
border-color: #3DBB8A;
}
.TagClassName
{
border-color: #3DBB8A;
}
</style>