Shades of Shamrock #3AFAAA
Tints of Shamrock #3AFAAA
RGB
CMYK
RGB Variations
Color information
#3AFAAA (or 0x3AFAAA) is known color: Shamrock. HEX triplet: 3A, FA and AA. RGB value is (58,250,170). Sum of RGB (Red+Green+Blue) = 58+250+170=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFAAA is #C50555. Grayscale: #B7B7B7. Windows color (decimal): -12911958 or 11205178. OLE color: 11205178.
HSL color Cylindrical-coordinate representation of color #3AFAAA: hue angle of 155º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFAAA is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 170 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.02 |
| HSL | 155º | 0.95% | 0.6% | - |
| HSV(B) | 155º | 0.77% | 0.98% | - |
| XYZ | 43.19 | 72.17 | 49.68 | - |
| YUV | 183.47 | 120.39 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 170 | 0.77 | 0 | 0.32 | 0.02 | 155 | 0.95 | 0.6 |
| Hex | 3A | FA | AA | 4D | 0 | 20 | 2 | 9B | 5F | 3C |
| Octal | 72 | 372 | 252 | 115 | 0 | 40 | 2 | 233 | 137 | 74 |
| Binary | 111010 | 11111010 | 10101010 | 1001101 | 0 | 100000 | 10 | 10011011 | 1011111 | 111100 |
Color Harmonies of #3AFAAA
Complementary color
Monochromatic Colors of #3AFAAA
Black with #3AFAAA
Text Example
Text Example
White with #3AFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAAA; }
p { color: rgb(58,250,170); }
H1.HeaderClassName
{
color: #3AFAAA;
}
.AnyTagClassName
{
color: #3AFAAA;
}
</style>
background-color css
<style>
a { background-color: #3AFAAA; }
a { background-color: rgb(58,250,170); }
div.DivClassName
{
background-color: #3AFAAA;
}
.BgClassName
{
background-color: #3AFAAA;
}
</style>
border-color css
<style>
span { border-color: #3AFAAA; }
span { border-color: rgb(58,250,170); }
td.TdClassName
{
border-color: #3AFAAA;
}
.TagClassName
{
border-color: #3AFAAA;
}
</style>