Shades of Shamrock #3DBEAB
Tints of Shamrock #3DBEAB
RGB
CMYK
RGB Variations
Color information
#3DBEAB (or 0x3DBEAB) is known color: Shamrock. HEX triplet: 3D, BE and AB. RGB value is (61,190,171). Sum of RGB (Red+Green+Blue) = 61+190+171=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBEAB is #C24154. Grayscale: #959595. Windows color (decimal): -12730709 or 11255357. OLE color: 11255357.
HSL color Cylindrical-coordinate representation of color #3DBEAB: hue angle of 171.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBEAB is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 171 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.25 |
| HSL | 171.16º | 0.51% | 0.49% | - |
| HSV(B) | 171.16º | 0.68% | 0.75% | - |
| XYZ | 27.69 | 40.76 | 44.94 | - |
| YUV | 149.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 171 | 0.68 | 0 | 0.10 | 0.25 | 171.16 | 0.51 | 0.49 |
| Hex | 3D | BE | AB | 44 | 0 | A | 19 | AB | 33 | 31 |
| Octal | 75 | 276 | 253 | 104 | 0 | 12 | 31 | 253 | 63 | 61 |
| Binary | 111101 | 10111110 | 10101011 | 1000100 | 0 | 1010 | 11001 | 10101011 | 110011 | 110001 |
Color Harmonies of #3DBEAB
Complementary color
Monochromatic Colors of #3DBEAB
Black with #3DBEAB
Text Example
Text Example
White with #3DBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEAB; }
p { color: rgb(61,190,171); }
H1.HeaderClassName
{
color: #3DBEAB;
}
.AnyTagClassName
{
color: #3DBEAB;
}
</style>
background-color css
<style>
a { background-color: #3DBEAB; }
a { background-color: rgb(61,190,171); }
div.DivClassName
{
background-color: #3DBEAB;
}
.BgClassName
{
background-color: #3DBEAB;
}
</style>
border-color css
<style>
span { border-color: #3DBEAB; }
span { border-color: rgb(61,190,171); }
td.TdClassName
{
border-color: #3DBEAB;
}
.TagClassName
{
border-color: #3DBEAB;
}
</style>