Shades of Shamrock #3ADFA8
Tints of Shamrock #3ADFA8
RGB
CMYK
RGB Variations
Color information
#3ADFA8 (or 0x3ADFA8) is known color: Shamrock. HEX triplet: 3A, DF and A8. RGB value is (58,223,168). Sum of RGB (Red+Green+Blue) = 58+223+168=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADFA8 is #C52057. Grayscale: #A7A7A7. Windows color (decimal): -12918872 or 11067194. OLE color: 11067194.
HSL color Cylindrical-coordinate representation of color #3ADFA8: hue angle of 160º 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 #3ADFA8 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 168 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.13 |
| HSL | 160º | 0.72% | 0.55% | - |
| HSV(B) | 160º | 0.74% | 0.87% | - |
| XYZ | 35.2 | 56.5 | 46.1 | - |
| YUV | 167.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 168 | 0.74 | 0 | 0.25 | 0.13 | 160 | 0.72 | 0.55 |
| Hex | 3A | DF | A8 | 4A | 0 | 19 | D | A0 | 48 | 37 |
| Octal | 72 | 337 | 250 | 112 | 0 | 31 | 15 | 240 | 110 | 67 |
| Binary | 111010 | 11011111 | 10101000 | 1001010 | 0 | 11001 | 1101 | 10100000 | 1001000 | 110111 |
Color Harmonies of #3ADFA8
Complementary color
Monochromatic Colors of #3ADFA8
Black with #3ADFA8
Text Example
Text Example
White with #3ADFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFA8; }
p { color: rgb(58,223,168); }
H1.HeaderClassName
{
color: #3ADFA8;
}
.AnyTagClassName
{
color: #3ADFA8;
}
</style>
background-color css
<style>
a { background-color: #3ADFA8; }
a { background-color: rgb(58,223,168); }
div.DivClassName
{
background-color: #3ADFA8;
}
.BgClassName
{
background-color: #3ADFA8;
}
</style>
border-color css
<style>
span { border-color: #3ADFA8; }
span { border-color: rgb(58,223,168); }
td.TdClassName
{
border-color: #3ADFA8;
}
.TagClassName
{
border-color: #3ADFA8;
}
</style>