Shades of Shamrock #3FFAAA
Tints of Shamrock #3FFAAA
RGB
CMYK
RGB Variations
Color information
#3FFAAA (or 0x3FFAAA) is known color: Shamrock. HEX triplet: 3F, FA and AA. RGB value is (63,250,170). Sum of RGB (Red+Green+Blue) = 63+250+170=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAAA is #C00555. Grayscale: #B9B9B9. Windows color (decimal): -12584278 or 11205183. OLE color: 11205183.
HSL color Cylindrical-coordinate representation of color #3FFAAA: hue angle of 154.33º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAAA is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 170 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.02 |
| HSL | 154.33º | 0.95% | 0.61% | - |
| HSV(B) | 154.33º | 0.75% | 0.98% | - |
| XYZ | 43.49 | 72.33 | 49.7 | - |
| YUV | 184.97 | 119.55 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 170 | 0.75 | 0 | 0.32 | 0.02 | 154.33 | 0.95 | 0.61 |
| Hex | 3F | FA | AA | 4B | 0 | 20 | 2 | 9A | 5F | 3D |
| Octal | 77 | 372 | 252 | 113 | 0 | 40 | 2 | 232 | 137 | 75 |
| Binary | 111111 | 11111010 | 10101010 | 1001011 | 0 | 100000 | 10 | 10011010 | 1011111 | 111101 |
Color Harmonies of #3FFAAA
Complementary color
Monochromatic Colors of #3FFAAA
Black with #3FFAAA
Text Example
Text Example
White with #3FFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAAA; }
p { color: rgb(63,250,170); }
H1.HeaderClassName
{
color: #3FFAAA;
}
.AnyTagClassName
{
color: #3FFAAA;
}
</style>
background-color css
<style>
a { background-color: #3FFAAA; }
a { background-color: rgb(63,250,170); }
div.DivClassName
{
background-color: #3FFAAA;
}
.BgClassName
{
background-color: #3FFAAA;
}
</style>
border-color css
<style>
span { border-color: #3FFAAA; }
span { border-color: rgb(63,250,170); }
td.TdClassName
{
border-color: #3FFAAA;
}
.TagClassName
{
border-color: #3FFAAA;
}
</style>