Shades of Shamrock #3DBFAB
Tints of Shamrock #3DBFAB
RGB
CMYK
RGB Variations
Color information
#3DBFAB (or 0x3DBFAB) is known color: Shamrock. HEX triplet: 3D, BF and AB. RGB value is (61,191,171). Sum of RGB (Red+Green+Blue) = 61+191+171=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBFAB is #C24054. Grayscale: #959595. Windows color (decimal): -12730453 or 11255613. OLE color: 11255613.
HSL color Cylindrical-coordinate representation of color #3DBFAB: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBFAB is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 171 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.25 |
| HSL | 170.77º | 0.52% | 0.49% | - |
| HSV(B) | 170.77º | 0.68% | 0.75% | - |
| XYZ | 27.91 | 41.19 | 45.01 | - |
| YUV | 149.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 171 | 0.68 | 0 | 0.10 | 0.25 | 170.77 | 0.52 | 0.49 |
| Hex | 3D | BF | AB | 44 | 0 | A | 19 | AB | 34 | 31 |
| Octal | 75 | 277 | 253 | 104 | 0 | 12 | 31 | 253 | 64 | 61 |
| Binary | 111101 | 10111111 | 10101011 | 1000100 | 0 | 1010 | 11001 | 10101011 | 110100 | 110001 |
Color Harmonies of #3DBFAB
Complementary color
Monochromatic Colors of #3DBFAB
Black with #3DBFAB
Text Example
Text Example
White with #3DBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFAB; }
p { color: rgb(61,191,171); }
H1.HeaderClassName
{
color: #3DBFAB;
}
.AnyTagClassName
{
color: #3DBFAB;
}
</style>
background-color css
<style>
a { background-color: #3DBFAB; }
a { background-color: rgb(61,191,171); }
div.DivClassName
{
background-color: #3DBFAB;
}
.BgClassName
{
background-color: #3DBFAB;
}
</style>
border-color css
<style>
span { border-color: #3DBFAB; }
span { border-color: rgb(61,191,171); }
td.TdClassName
{
border-color: #3DBFAB;
}
.TagClassName
{
border-color: #3DBFAB;
}
</style>