Shades of Shamrock #3ADFAB
Tints of Shamrock #3ADFAB
RGB
CMYK
RGB Variations
Color information
#3ADFAB (or 0x3ADFAB) is known color: Shamrock. HEX triplet: 3A, DF and AB. RGB value is (58,223,171). Sum of RGB (Red+Green+Blue) = 58+223+171=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADFAB is #C52054. Grayscale: #A7A7A7. Windows color (decimal): -12918869 or 11263802. OLE color: 11263802.
HSL color Cylindrical-coordinate representation of color #3ADFAB: hue angle of 161.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFAB is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 171 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.13 |
| HSL | 161.09º | 0.72% | 0.55% | - |
| HSV(B) | 161.09º | 0.74% | 0.87% | - |
| XYZ | 35.48 | 56.62 | 47.59 | - |
| YUV | 167.74 | 129.84 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 171 | 0.74 | 0 | 0.23 | 0.13 | 161.09 | 0.72 | 0.55 |
| Hex | 3A | DF | AB | 4A | 0 | 17 | D | A1 | 48 | 37 |
| Octal | 72 | 337 | 253 | 112 | 0 | 27 | 15 | 241 | 110 | 67 |
| Binary | 111010 | 11011111 | 10101011 | 1001010 | 0 | 10111 | 1101 | 10100001 | 1001000 | 110111 |
Color Harmonies of #3ADFAB
Complementary color
Monochromatic Colors of #3ADFAB
Black with #3ADFAB
Text Example
Text Example
White with #3ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFAB; }
p { color: rgb(58,223,171); }
H1.HeaderClassName
{
color: #3ADFAB;
}
.AnyTagClassName
{
color: #3ADFAB;
}
</style>
background-color css
<style>
a { background-color: #3ADFAB; }
a { background-color: rgb(58,223,171); }
div.DivClassName
{
background-color: #3ADFAB;
}
.BgClassName
{
background-color: #3ADFAB;
}
</style>
border-color css
<style>
span { border-color: #3ADFAB; }
span { border-color: rgb(58,223,171); }
td.TdClassName
{
border-color: #3ADFAB;
}
.TagClassName
{
border-color: #3ADFAB;
}
</style>