Shades of Shamrock #3DCFB0
Tints of Shamrock #3DCFB0
RGB
CMYK
RGB Variations
Color information
#3DCFB0 (or 0x3DCFB0) is known color: Shamrock. HEX triplet: 3D, CF and B0. RGB value is (61,207,176). Sum of RGB (Red+Green+Blue) = 61+207+176=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCFB0 is #C2304F. Grayscale: #9F9F9F. Windows color (decimal): -12726352 or 11587389. OLE color: 11587389.
HSL color Cylindrical-coordinate representation of color #3DCFB0: hue angle of 167.26º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFB0 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 176 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.19 |
| HSL | 167.26º | 0.6% | 0.53% | - |
| HSV(B) | 167.26º | 0.71% | 0.81% | - |
| XYZ | 32.07 | 48.75 | 48.79 | - |
| YUV | 159.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 176 | 0.71 | 0 | 0.15 | 0.19 | 167.26 | 0.6 | 0.53 |
| Hex | 3D | CF | B0 | 47 | 0 | F | 13 | A7 | 3C | 35 |
| Octal | 75 | 317 | 260 | 107 | 0 | 17 | 23 | 247 | 74 | 65 |
| Binary | 111101 | 11001111 | 10110000 | 1000111 | 0 | 1111 | 10011 | 10100111 | 111100 | 110101 |
Color Harmonies of #3DCFB0
Complementary color
Monochromatic Colors of #3DCFB0
Black with #3DCFB0
Text Example
Text Example
White with #3DCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFB0; }
p { color: rgb(61,207,176); }
H1.HeaderClassName
{
color: #3DCFB0;
}
.AnyTagClassName
{
color: #3DCFB0;
}
</style>
background-color css
<style>
a { background-color: #3DCFB0; }
a { background-color: rgb(61,207,176); }
div.DivClassName
{
background-color: #3DCFB0;
}
.BgClassName
{
background-color: #3DCFB0;
}
</style>
border-color css
<style>
span { border-color: #3DCFB0; }
span { border-color: rgb(61,207,176); }
td.TdClassName
{
border-color: #3DCFB0;
}
.TagClassName
{
border-color: #3DCFB0;
}
</style>