Shades of Shamrock #3DBBA5
Tints of Shamrock #3DBBA5
RGB
CMYK
RGB Variations
Color information
#3DBBA5 (or 0x3DBBA5) is known color: Shamrock. HEX triplet: 3D, BB and A5. RGB value is (61,187,165). Sum of RGB (Red+Green+Blue) = 61+187+165=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBBA5 is #C2445A. Grayscale: #929292. Windows color (decimal): -12731483 or 10861373. OLE color: 10861373.
HSL color Cylindrical-coordinate representation of color #3DBBA5: hue angle of 169.52º 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 #3DBBA5 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 165 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.27 |
| HSL | 169.52º | 0.51% | 0.49% | - |
| HSV(B) | 169.52º | 0.67% | 0.73% | - |
| XYZ | 26.49 | 39.25 | 41.78 | - |
| YUV | 146.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 165 | 0.67 | 0 | 0.12 | 0.27 | 169.52 | 0.51 | 0.49 |
| Hex | 3D | BB | A5 | 43 | 0 | C | 1B | AA | 33 | 31 |
| Octal | 75 | 273 | 245 | 103 | 0 | 14 | 33 | 252 | 63 | 61 |
| Binary | 111101 | 10111011 | 10100101 | 1000011 | 0 | 1100 | 11011 | 10101010 | 110011 | 110001 |
Color Harmonies of #3DBBA5
Complementary color
Monochromatic Colors of #3DBBA5
Black with #3DBBA5
Text Example
Text Example
White with #3DBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBA5; }
p { color: rgb(61,187,165); }
H1.HeaderClassName
{
color: #3DBBA5;
}
.AnyTagClassName
{
color: #3DBBA5;
}
</style>
background-color css
<style>
a { background-color: #3DBBA5; }
a { background-color: rgb(61,187,165); }
div.DivClassName
{
background-color: #3DBBA5;
}
.BgClassName
{
background-color: #3DBBA5;
}
</style>
border-color css
<style>
span { border-color: #3DBBA5; }
span { border-color: rgb(61,187,165); }
td.TdClassName
{
border-color: #3DBBA5;
}
.TagClassName
{
border-color: #3DBBA5;
}
</style>