Shades of Shamrock #3DBEAC
Tints of Shamrock #3DBEAC
RGB
CMYK
RGB Variations
Color information
#3DBEAC (or 0x3DBEAC) is known color: Shamrock. HEX triplet: 3D, BE and AC. RGB value is (61,190,172). Sum of RGB (Red+Green+Blue) = 61+190+172=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBEAC is #C24153. Grayscale: #959595. Windows color (decimal): -12730708 or 11320893. OLE color: 11320893.
HSL color Cylindrical-coordinate representation of color #3DBEAC: hue angle of 171.63º 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 #3DBEAC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 172 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.25 |
| HSL | 171.63º | 0.51% | 0.49% | - |
| HSV(B) | 171.63º | 0.68% | 0.75% | - |
| XYZ | 27.78 | 40.8 | 45.44 | - |
| YUV | 149.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 172 | 0.68 | 0 | 0.09 | 0.25 | 171.63 | 0.51 | 0.49 |
| Hex | 3D | BE | AC | 44 | 0 | 9 | 19 | AC | 33 | 31 |
| Octal | 75 | 276 | 254 | 104 | 0 | 11 | 31 | 254 | 63 | 61 |
| Binary | 111101 | 10111110 | 10101100 | 1000100 | 0 | 1001 | 11001 | 10101100 | 110011 | 110001 |
Color Harmonies of #3DBEAC
Complementary color
Monochromatic Colors of #3DBEAC
Black with #3DBEAC
Text Example
Text Example
White with #3DBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEAC; }
p { color: rgb(61,190,172); }
H1.HeaderClassName
{
color: #3DBEAC;
}
.AnyTagClassName
{
color: #3DBEAC;
}
</style>
background-color css
<style>
a { background-color: #3DBEAC; }
a { background-color: rgb(61,190,172); }
div.DivClassName
{
background-color: #3DBEAC;
}
.BgClassName
{
background-color: #3DBEAC;
}
</style>
border-color css
<style>
span { border-color: #3DBEAC; }
span { border-color: rgb(61,190,172); }
td.TdClassName
{
border-color: #3DBEAC;
}
.TagClassName
{
border-color: #3DBEAC;
}
</style>