Shades of Shamrock #3FCAAC
Tints of Shamrock #3FCAAC
RGB
CMYK
RGB Variations
Color information
#3FCAAC (or 0x3FCAAC) is known color: Shamrock. HEX triplet: 3F, CA and AC. RGB value is (63,202,172). Sum of RGB (Red+Green+Blue) = 63+202+172=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCAAC is #C03553. Grayscale: #9D9D9D. Windows color (decimal): -12596564 or 11323967. OLE color: 11323967.
HSL color Cylindrical-coordinate representation of color #3FCAAC: hue angle of 167.05º 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 #3FCAAC is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 172 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.21 |
| HSL | 167.05º | 0.57% | 0.52% | - |
| HSV(B) | 167.05º | 0.69% | 0.79% | - |
| XYZ | 30.62 | 46.28 | 46.35 | - |
| YUV | 157.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 172 | 0.69 | 0 | 0.15 | 0.21 | 167.05 | 0.57 | 0.52 |
| Hex | 3F | CA | AC | 45 | 0 | F | 15 | A7 | 39 | 34 |
| Octal | 77 | 312 | 254 | 105 | 0 | 17 | 25 | 247 | 71 | 64 |
| Binary | 111111 | 11001010 | 10101100 | 1000101 | 0 | 1111 | 10101 | 10100111 | 111001 | 110100 |
Color Harmonies of #3FCAAC
Complementary color
Monochromatic Colors of #3FCAAC
Black with #3FCAAC
Text Example
Text Example
White with #3FCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAAC; }
p { color: rgb(63,202,172); }
H1.HeaderClassName
{
color: #3FCAAC;
}
.AnyTagClassName
{
color: #3FCAAC;
}
</style>
background-color css
<style>
a { background-color: #3FCAAC; }
a { background-color: rgb(63,202,172); }
div.DivClassName
{
background-color: #3FCAAC;
}
.BgClassName
{
background-color: #3FCAAC;
}
</style>
border-color css
<style>
span { border-color: #3FCAAC; }
span { border-color: rgb(63,202,172); }
td.TdClassName
{
border-color: #3FCAAC;
}
.TagClassName
{
border-color: #3FCAAC;
}
</style>