Shades of Shamrock #3DBB98
Tints of Shamrock #3DBB98
RGB
CMYK
RGB Variations
Color information
#3DBB98 (or 0x3DBB98) is known color: Shamrock. HEX triplet: 3D, BB and 98. RGB value is (61,187,152). Sum of RGB (Red+Green+Blue) = 61+187+152=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB98 is #C24467. Grayscale: #919191. Windows color (decimal): -12731496 or 10009405. OLE color: 10009405.
HSL color Cylindrical-coordinate representation of color #3DBB98: hue angle of 163.33º 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 #3DBB98 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 152 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.27 |
| HSL | 163.33º | 0.51% | 0.49% | - |
| HSV(B) | 163.33º | 0.67% | 0.73% | - |
| XYZ | 25.36 | 38.8 | 35.86 | - |
| YUV | 145.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 152 | 0.67 | 0 | 0.19 | 0.27 | 163.33 | 0.51 | 0.49 |
| Hex | 3D | BB | 98 | 43 | 0 | 13 | 1B | A3 | 33 | 31 |
| Octal | 75 | 273 | 230 | 103 | 0 | 23 | 33 | 243 | 63 | 61 |
| Binary | 111101 | 10111011 | 10011000 | 1000011 | 0 | 10011 | 11011 | 10100011 | 110011 | 110001 |
Color Harmonies of #3DBB98
Complementary color
Monochromatic Colors of #3DBB98
Black with #3DBB98
Text Example
Text Example
White with #3DBB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB98; }
p { color: rgb(61,187,152); }
H1.HeaderClassName
{
color: #3DBB98;
}
.AnyTagClassName
{
color: #3DBB98;
}
</style>
background-color css
<style>
a { background-color: #3DBB98; }
a { background-color: rgb(61,187,152); }
div.DivClassName
{
background-color: #3DBB98;
}
.BgClassName
{
background-color: #3DBB98;
}
</style>
border-color css
<style>
span { border-color: #3DBB98; }
span { border-color: rgb(61,187,152); }
td.TdClassName
{
border-color: #3DBB98;
}
.TagClassName
{
border-color: #3DBB98;
}
</style>