Shades of Shamrock #3FCAAA
Tints of Shamrock #3FCAAA
RGB
CMYK
RGB Variations
Color information
#3FCAAA (or 0x3FCAAA) is known color: Shamrock. HEX triplet: 3F, CA and AA. RGB value is (63,202,170). Sum of RGB (Red+Green+Blue) = 63+202+170=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCAAA is #C03555. Grayscale: #9C9C9C. Windows color (decimal): -12596566 or 11192895. OLE color: 11192895.
HSL color Cylindrical-coordinate representation of color #3FCAAA: hue angle of 166.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCAAA is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 170 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.21 |
| HSL | 166.19º | 0.57% | 0.52% | - |
| HSV(B) | 166.19º | 0.69% | 0.79% | - |
| XYZ | 30.43 | 46.2 | 45.34 | - |
| YUV | 156.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 170 | 0.69 | 0 | 0.16 | 0.21 | 166.19 | 0.57 | 0.52 |
| Hex | 3F | CA | AA | 45 | 0 | 10 | 15 | A6 | 39 | 34 |
| Octal | 77 | 312 | 252 | 105 | 0 | 20 | 25 | 246 | 71 | 64 |
| Binary | 111111 | 11001010 | 10101010 | 1000101 | 0 | 10000 | 10101 | 10100110 | 111001 | 110100 |
Color Harmonies of #3FCAAA
Complementary color
Monochromatic Colors of #3FCAAA
Black with #3FCAAA
Text Example
Text Example
White with #3FCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAAA; }
p { color: rgb(63,202,170); }
H1.HeaderClassName
{
color: #3FCAAA;
}
.AnyTagClassName
{
color: #3FCAAA;
}
</style>
background-color css
<style>
a { background-color: #3FCAAA; }
a { background-color: rgb(63,202,170); }
div.DivClassName
{
background-color: #3FCAAA;
}
.BgClassName
{
background-color: #3FCAAA;
}
</style>
border-color css
<style>
span { border-color: #3FCAAA; }
span { border-color: rgb(63,202,170); }
td.TdClassName
{
border-color: #3FCAAA;
}
.TagClassName
{
border-color: #3FCAAA;
}
</style>