Shades of Shamrock #3DBCA8
Tints of Shamrock #3DBCA8
RGB
CMYK
RGB Variations
Color information
#3DBCA8 (or 0x3DBCA8) is known color: Shamrock. HEX triplet: 3D, BC and A8. RGB value is (61,188,168). Sum of RGB (Red+Green+Blue) = 61+188+168=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBCA8 is #C24357. Grayscale: #939393. Windows color (decimal): -12731224 or 11058237. OLE color: 11058237.
HSL color Cylindrical-coordinate representation of color #3DBCA8: hue angle of 170.55º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBCA8 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 168 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.26 |
| HSL | 170.55º | 0.51% | 0.49% | - |
| HSV(B) | 170.55º | 0.68% | 0.74% | - |
| XYZ | 26.98 | 39.79 | 43.3 | - |
| YUV | 147.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 168 | 0.68 | 0 | 0.11 | 0.26 | 170.55 | 0.51 | 0.49 |
| Hex | 3D | BC | A8 | 44 | 0 | B | 1A | AB | 33 | 31 |
| Octal | 75 | 274 | 250 | 104 | 0 | 13 | 32 | 253 | 63 | 61 |
| Binary | 111101 | 10111100 | 10101000 | 1000100 | 0 | 1011 | 11010 | 10101011 | 110011 | 110001 |
Color Harmonies of #3DBCA8
Complementary color
Monochromatic Colors of #3DBCA8
Black with #3DBCA8
Text Example
Text Example
White with #3DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCA8; }
p { color: rgb(61,188,168); }
H1.HeaderClassName
{
color: #3DBCA8;
}
.AnyTagClassName
{
color: #3DBCA8;
}
</style>
background-color css
<style>
a { background-color: #3DBCA8; }
a { background-color: rgb(61,188,168); }
div.DivClassName
{
background-color: #3DBCA8;
}
.BgClassName
{
background-color: #3DBCA8;
}
</style>
border-color css
<style>
span { border-color: #3DBCA8; }
span { border-color: rgb(61,188,168); }
td.TdClassName
{
border-color: #3DBCA8;
}
.TagClassName
{
border-color: #3DBCA8;
}
</style>