Shades of Shamrock #3DBBA7
Tints of Shamrock #3DBBA7
RGB
CMYK
RGB Variations
Color information
#3DBBA7 (or 0x3DBBA7) is known color: Shamrock. HEX triplet: 3D, BB and A7. RGB value is (61,187,167). Sum of RGB (Red+Green+Blue) = 61+187+167=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBBA7 is #C24458. Grayscale: #939393. Windows color (decimal): -12731481 or 10992445. OLE color: 10992445.
HSL color Cylindrical-coordinate representation of color #3DBBA7: hue angle of 170.48º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBBA7 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 167 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.27 |
| HSL | 170.48º | 0.51% | 0.49% | - |
| HSV(B) | 170.48º | 0.67% | 0.73% | - |
| XYZ | 26.67 | 39.32 | 42.74 | - |
| YUV | 147.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 167 | 0.67 | 0 | 0.11 | 0.27 | 170.48 | 0.51 | 0.49 |
| Hex | 3D | BB | A7 | 43 | 0 | B | 1B | AA | 33 | 31 |
| Octal | 75 | 273 | 247 | 103 | 0 | 13 | 33 | 252 | 63 | 61 |
| Binary | 111101 | 10111011 | 10100111 | 1000011 | 0 | 1011 | 11011 | 10101010 | 110011 | 110001 |
Color Harmonies of #3DBBA7
Complementary color
Monochromatic Colors of #3DBBA7
Black with #3DBBA7
Text Example
Text Example
White with #3DBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBA7; }
p { color: rgb(61,187,167); }
H1.HeaderClassName
{
color: #3DBBA7;
}
.AnyTagClassName
{
color: #3DBBA7;
}
</style>
background-color css
<style>
a { background-color: #3DBBA7; }
a { background-color: rgb(61,187,167); }
div.DivClassName
{
background-color: #3DBBA7;
}
.BgClassName
{
background-color: #3DBBA7;
}
</style>
border-color css
<style>
span { border-color: #3DBBA7; }
span { border-color: rgb(61,187,167); }
td.TdClassName
{
border-color: #3DBBA7;
}
.TagClassName
{
border-color: #3DBBA7;
}
</style>