Shades of Shamrock #3DF9AB
Tints of Shamrock #3DF9AB
RGB
CMYK
RGB Variations
Color information
#3DF9AB (or 0x3DF9AB) is known color: Shamrock. HEX triplet: 3D, F9 and AB. RGB value is (61,249,171). Sum of RGB (Red+Green+Blue) = 61+249+171=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF9AB is #C20654. Grayscale: #B8B8B8. Windows color (decimal): -12715605 or 11270461. OLE color: 11270461.
HSL color Cylindrical-coordinate representation of color #3DF9AB: hue angle of 155.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9AB is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 171 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.02 |
| HSL | 155.11º | 0.94% | 0.61% | - |
| HSV(B) | 155.11º | 0.76% | 0.98% | - |
| XYZ | 43.15 | 71.68 | 50.09 | - |
| YUV | 183.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 171 | 0.76 | 0 | 0.31 | 0.02 | 155.11 | 0.94 | 0.61 |
| Hex | 3D | F9 | AB | 4C | 0 | 1F | 2 | 9B | 5E | 3D |
| Octal | 75 | 371 | 253 | 114 | 0 | 37 | 2 | 233 | 136 | 75 |
| Binary | 111101 | 11111001 | 10101011 | 1001100 | 0 | 11111 | 10 | 10011011 | 1011110 | 111101 |
Color Harmonies of #3DF9AB
Complementary color
Monochromatic Colors of #3DF9AB
Black with #3DF9AB
Text Example
Text Example
White with #3DF9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9AB; }
p { color: rgb(61,249,171); }
H1.HeaderClassName
{
color: #3DF9AB;
}
.AnyTagClassName
{
color: #3DF9AB;
}
</style>
background-color css
<style>
a { background-color: #3DF9AB; }
a { background-color: rgb(61,249,171); }
div.DivClassName
{
background-color: #3DF9AB;
}
.BgClassName
{
background-color: #3DF9AB;
}
</style>
border-color css
<style>
span { border-color: #3DF9AB; }
span { border-color: rgb(61,249,171); }
td.TdClassName
{
border-color: #3DF9AB;
}
.TagClassName
{
border-color: #3DF9AB;
}
</style>