Shades of Shamrock #3DBDA9
Tints of Shamrock #3DBDA9
RGB
CMYK
RGB Variations
Color information
#3DBDA9 (or 0x3DBDA9) is known color: Shamrock. HEX triplet: 3D, BD and A9. RGB value is (61,189,169). Sum of RGB (Red+Green+Blue) = 61+189+169=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBDA9 is #C24256. Grayscale: #949494. Windows color (decimal): -12730967 or 11124029. OLE color: 11124029.
HSL color Cylindrical-coordinate representation of color #3DBDA9: hue angle of 170.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBDA9 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 169 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.26 |
| HSL | 170.63º | 0.51% | 0.49% | - |
| HSV(B) | 170.63º | 0.68% | 0.74% | - |
| XYZ | 27.28 | 40.25 | 43.87 | - |
| YUV | 148.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 169 | 0.68 | 0 | 0.11 | 0.26 | 170.63 | 0.51 | 0.49 |
| Hex | 3D | BD | A9 | 44 | 0 | B | 1A | AB | 33 | 31 |
| Octal | 75 | 275 | 251 | 104 | 0 | 13 | 32 | 253 | 63 | 61 |
| Binary | 111101 | 10111101 | 10101001 | 1000100 | 0 | 1011 | 11010 | 10101011 | 110011 | 110001 |
Color Harmonies of #3DBDA9
Complementary color
Monochromatic Colors of #3DBDA9
Black with #3DBDA9
Text Example
Text Example
White with #3DBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDA9; }
p { color: rgb(61,189,169); }
H1.HeaderClassName
{
color: #3DBDA9;
}
.AnyTagClassName
{
color: #3DBDA9;
}
</style>
background-color css
<style>
a { background-color: #3DBDA9; }
a { background-color: rgb(61,189,169); }
div.DivClassName
{
background-color: #3DBDA9;
}
.BgClassName
{
background-color: #3DBDA9;
}
</style>
border-color css
<style>
span { border-color: #3DBDA9; }
span { border-color: rgb(61,189,169); }
td.TdClassName
{
border-color: #3DBDA9;
}
.TagClassName
{
border-color: #3DBDA9;
}
</style>