Shades of Shamrock #3FCCAA
Tints of Shamrock #3FCCAA
RGB
CMYK
RGB Variations
Color information
#3FCCAA (or 0x3FCCAA) is known color: Shamrock. HEX triplet: 3F, CC and AA. RGB value is (63,204,170). Sum of RGB (Red+Green+Blue) = 63+204+170=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCCAA is #C03355. Grayscale: #9D9D9D. Windows color (decimal): -12596054 or 11193407. OLE color: 11193407.
HSL color Cylindrical-coordinate representation of color #3FCCAA: hue angle of 165.53º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCCAA is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 170 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.2 |
| HSL | 165.53º | 0.58% | 0.52% | - |
| HSV(B) | 165.53º | 0.69% | 0.8% | - |
| XYZ | 30.9 | 47.14 | 45.5 | - |
| YUV | 157.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 170 | 0.69 | 0 | 0.17 | 0.2 | 165.53 | 0.58 | 0.52 |
| Hex | 3F | CC | AA | 45 | 0 | 11 | 14 | A6 | 3A | 34 |
| Octal | 77 | 314 | 252 | 105 | 0 | 21 | 24 | 246 | 72 | 64 |
| Binary | 111111 | 11001100 | 10101010 | 1000101 | 0 | 10001 | 10100 | 10100110 | 111010 | 110100 |
Color Harmonies of #3FCCAA
Complementary color
Monochromatic Colors of #3FCCAA
Black with #3FCCAA
Text Example
Text Example
White with #3FCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCAA; }
p { color: rgb(63,204,170); }
H1.HeaderClassName
{
color: #3FCCAA;
}
.AnyTagClassName
{
color: #3FCCAA;
}
</style>
background-color css
<style>
a { background-color: #3FCCAA; }
a { background-color: rgb(63,204,170); }
div.DivClassName
{
background-color: #3FCCAA;
}
.BgClassName
{
background-color: #3FCCAA;
}
</style>
border-color css
<style>
span { border-color: #3FCCAA; }
span { border-color: rgb(63,204,170); }
td.TdClassName
{
border-color: #3FCCAA;
}
.TagClassName
{
border-color: #3FCCAA;
}
</style>