Shades of Shamrock #3DBFAD
Tints of Shamrock #3DBFAD
RGB
CMYK
RGB Variations
Color information
#3DBFAD (or 0x3DBFAD) is known color: Shamrock. HEX triplet: 3D, BF and AD. RGB value is (61,191,173). Sum of RGB (Red+Green+Blue) = 61+191+173=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBFAD is #C24052. Grayscale: #969696. Windows color (decimal): -12730451 or 11386685. OLE color: 11386685.
HSL color Cylindrical-coordinate representation of color #3DBFAD: hue angle of 171.69º 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 #3DBFAD is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 173 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.25 |
| HSL | 171.69º | 0.52% | 0.49% | - |
| HSV(B) | 171.69º | 0.68% | 0.75% | - |
| XYZ | 28.1 | 41.27 | 46.02 | - |
| YUV | 150.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 173 | 0.68 | 0 | 0.09 | 0.25 | 171.69 | 0.52 | 0.49 |
| Hex | 3D | BF | AD | 44 | 0 | 9 | 19 | AC | 34 | 31 |
| Octal | 75 | 277 | 255 | 104 | 0 | 11 | 31 | 254 | 64 | 61 |
| Binary | 111101 | 10111111 | 10101101 | 1000100 | 0 | 1001 | 11001 | 10101100 | 110100 | 110001 |
Color Harmonies of #3DBFAD
Complementary color
Monochromatic Colors of #3DBFAD
Black with #3DBFAD
Text Example
Text Example
White with #3DBFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFAD; }
p { color: rgb(61,191,173); }
H1.HeaderClassName
{
color: #3DBFAD;
}
.AnyTagClassName
{
color: #3DBFAD;
}
</style>
background-color css
<style>
a { background-color: #3DBFAD; }
a { background-color: rgb(61,191,173); }
div.DivClassName
{
background-color: #3DBFAD;
}
.BgClassName
{
background-color: #3DBFAD;
}
</style>
border-color css
<style>
span { border-color: #3DBFAD; }
span { border-color: rgb(61,191,173); }
td.TdClassName
{
border-color: #3DBFAD;
}
.TagClassName
{
border-color: #3DBFAD;
}
</style>