Shades of Shamrock #3ADFAC
Tints of Shamrock #3ADFAC
RGB
CMYK
RGB Variations
Color information
#3ADFAC (or 0x3ADFAC) is known color: Shamrock. HEX triplet: 3A, DF and AC. RGB value is (58,223,172). Sum of RGB (Red+Green+Blue) = 58+223+172=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADFAC is #C52053. Grayscale: #A7A7A7. Windows color (decimal): -12918868 or 11329338. OLE color: 11329338.
HSL color Cylindrical-coordinate representation of color #3ADFAC: hue angle of 161.45º 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 #3ADFAC is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 172 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.13 |
| HSL | 161.45º | 0.72% | 0.55% | - |
| HSV(B) | 161.45º | 0.74% | 0.87% | - |
| XYZ | 35.58 | 56.65 | 48.09 | - |
| YUV | 167.85 | 130.34 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 172 | 0.74 | 0 | 0.23 | 0.13 | 161.45 | 0.72 | 0.55 |
| Hex | 3A | DF | AC | 4A | 0 | 17 | D | A1 | 48 | 37 |
| Octal | 72 | 337 | 254 | 112 | 0 | 27 | 15 | 241 | 110 | 67 |
| Binary | 111010 | 11011111 | 10101100 | 1001010 | 0 | 10111 | 1101 | 10100001 | 1001000 | 110111 |
Color Harmonies of #3ADFAC
Complementary color
Monochromatic Colors of #3ADFAC
Black with #3ADFAC
Text Example
Text Example
White with #3ADFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFAC; }
p { color: rgb(58,223,172); }
H1.HeaderClassName
{
color: #3ADFAC;
}
.AnyTagClassName
{
color: #3ADFAC;
}
</style>
background-color css
<style>
a { background-color: #3ADFAC; }
a { background-color: rgb(58,223,172); }
div.DivClassName
{
background-color: #3ADFAC;
}
.BgClassName
{
background-color: #3ADFAC;
}
</style>
border-color css
<style>
span { border-color: #3ADFAC; }
span { border-color: rgb(58,223,172); }
td.TdClassName
{
border-color: #3ADFAC;
}
.TagClassName
{
border-color: #3ADFAC;
}
</style>