Shades of Shamrock #3DCEB0
Tints of Shamrock #3DCEB0
RGB
CMYK
RGB Variations
Color information
#3DCEB0 (or 0x3DCEB0) is known color: Shamrock. HEX triplet: 3D, CE and B0. RGB value is (61,206,176). Sum of RGB (Red+Green+Blue) = 61+206+176=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCEB0 is #C2314F. Grayscale: #9F9F9F. Windows color (decimal): -12726608 or 11587133. OLE color: 11587133.
HSL color Cylindrical-coordinate representation of color #3DCEB0: hue angle of 167.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCEB0 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 176 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.19 |
| HSL | 167.59º | 0.6% | 0.52% | - |
| HSV(B) | 167.59º | 0.7% | 0.81% | - |
| XYZ | 31.83 | 48.27 | 48.71 | - |
| YUV | 159.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 176 | 0.70 | 0 | 0.15 | 0.19 | 167.59 | 0.6 | 0.52 |
| Hex | 3D | CE | B0 | 46 | 0 | F | 13 | A8 | 3C | 34 |
| Octal | 75 | 316 | 260 | 106 | 0 | 17 | 23 | 250 | 74 | 64 |
| Binary | 111101 | 11001110 | 10110000 | 1000110 | 0 | 1111 | 10011 | 10101000 | 111100 | 110100 |
Color Harmonies of #3DCEB0
Complementary color
Monochromatic Colors of #3DCEB0
Black with #3DCEB0
Text Example
Text Example
White with #3DCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEB0; }
p { color: rgb(61,206,176); }
H1.HeaderClassName
{
color: #3DCEB0;
}
.AnyTagClassName
{
color: #3DCEB0;
}
</style>
background-color css
<style>
a { background-color: #3DCEB0; }
a { background-color: rgb(61,206,176); }
div.DivClassName
{
background-color: #3DCEB0;
}
.BgClassName
{
background-color: #3DCEB0;
}
</style>
border-color css
<style>
span { border-color: #3DCEB0; }
span { border-color: rgb(61,206,176); }
td.TdClassName
{
border-color: #3DCEB0;
}
.TagClassName
{
border-color: #3DCEB0;
}
</style>