Shades of Shamrock #3DC0A8
Tints of Shamrock #3DC0A8
RGB
CMYK
RGB Variations
Color information
#3DC0A8 (or 0x3DC0A8) is known color: Shamrock. HEX triplet: 3D, C0 and A8. RGB value is (61,192,168). Sum of RGB (Red+Green+Blue) = 61+192+168=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC0A8 is #C23F57. Grayscale: #969696. Windows color (decimal): -12730200 or 11059261. OLE color: 11059261.
HSL color Cylindrical-coordinate representation of color #3DC0A8: hue angle of 169.01º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC0A8 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 168 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.25 |
| HSL | 169.01º | 0.52% | 0.5% | - |
| HSV(B) | 169.01º | 0.68% | 0.75% | - |
| XYZ | 27.84 | 41.52 | 43.59 | - |
| YUV | 150.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 168 | 0.68 | 0 | 0.12 | 0.25 | 169.01 | 0.52 | 0.5 |
| Hex | 3D | C0 | A8 | 44 | 0 | C | 19 | A9 | 34 | 32 |
| Octal | 75 | 300 | 250 | 104 | 0 | 14 | 31 | 251 | 64 | 62 |
| Binary | 111101 | 11000000 | 10101000 | 1000100 | 0 | 1100 | 11001 | 10101001 | 110100 | 110010 |
Color Harmonies of #3DC0A8
Complementary color
Monochromatic Colors of #3DC0A8
Black with #3DC0A8
Text Example
Text Example
White with #3DC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC0A8; }
p { color: rgb(61,192,168); }
H1.HeaderClassName
{
color: #3DC0A8;
}
.AnyTagClassName
{
color: #3DC0A8;
}
</style>
background-color css
<style>
a { background-color: #3DC0A8; }
a { background-color: rgb(61,192,168); }
div.DivClassName
{
background-color: #3DC0A8;
}
.BgClassName
{
background-color: #3DC0A8;
}
</style>
border-color css
<style>
span { border-color: #3DC0A8; }
span { border-color: rgb(61,192,168); }
td.TdClassName
{
border-color: #3DC0A8;
}
.TagClassName
{
border-color: #3DC0A8;
}
</style>