Shades of Shamrock #3DC9A8
Tints of Shamrock #3DC9A8
RGB
CMYK
RGB Variations
Color information
#3DC9A8 (or 0x3DC9A8) is known color: Shamrock. HEX triplet: 3D, C9 and A8. RGB value is (61,201,168). Sum of RGB (Red+Green+Blue) = 61+201+168=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC9A8 is #C23657. Grayscale: #9B9B9B. Windows color (decimal): -12727896 or 11061565. OLE color: 11061565.
HSL color Cylindrical-coordinate representation of color #3DC9A8: hue angle of 165.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC9A8 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 168 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.21 |
| HSL | 165.86º | 0.56% | 0.51% | - |
| HSV(B) | 165.86º | 0.7% | 0.79% | - |
| XYZ | 29.88 | 45.59 | 44.27 | - |
| YUV | 155.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 168 | 0.70 | 0 | 0.16 | 0.21 | 165.86 | 0.56 | 0.51 |
| Hex | 3D | C9 | A8 | 46 | 0 | 10 | 15 | A6 | 38 | 33 |
| Octal | 75 | 311 | 250 | 106 | 0 | 20 | 25 | 246 | 70 | 63 |
| Binary | 111101 | 11001001 | 10101000 | 1000110 | 0 | 10000 | 10101 | 10100110 | 111000 | 110011 |
Color Harmonies of #3DC9A8
Complementary color
Monochromatic Colors of #3DC9A8
Black with #3DC9A8
Text Example
Text Example
White with #3DC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9A8; }
p { color: rgb(61,201,168); }
H1.HeaderClassName
{
color: #3DC9A8;
}
.AnyTagClassName
{
color: #3DC9A8;
}
</style>
background-color css
<style>
a { background-color: #3DC9A8; }
a { background-color: rgb(61,201,168); }
div.DivClassName
{
background-color: #3DC9A8;
}
.BgClassName
{
background-color: #3DC9A8;
}
</style>
border-color css
<style>
span { border-color: #3DC9A8; }
span { border-color: rgb(61,201,168); }
td.TdClassName
{
border-color: #3DC9A8;
}
.TagClassName
{
border-color: #3DC9A8;
}
</style>