Shades of Shamrock #3FCDAE
Tints of Shamrock #3FCDAE
RGB
CMYK
RGB Variations
Color information
#3FCDAE (or 0x3FCDAE) is known color: Shamrock. HEX triplet: 3F, CD and AE. RGB value is (63,205,174). Sum of RGB (Red+Green+Blue) = 63+205+174=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCDAE is #C03251. Grayscale: #9E9E9E. Windows color (decimal): -12595794 or 11455807. OLE color: 11455807.
HSL color Cylindrical-coordinate representation of color #3FCDAE: hue angle of 166.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDAE is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 174 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.20 |
| HSL | 166.9º | 0.59% | 0.53% | - |
| HSV(B) | 166.9º | 0.69% | 0.8% | - |
| XYZ | 31.52 | 47.78 | 47.6 | - |
| YUV | 159.01 | 136.46 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 174 | 0.69 | 0 | 0.15 | 0.20 | 166.9 | 0.59 | 0.53 |
| Hex | 3F | CD | AE | 45 | 0 | F | 14 | A7 | 3B | 35 |
| Octal | 77 | 315 | 256 | 105 | 0 | 17 | 24 | 247 | 73 | 65 |
| Binary | 111111 | 11001101 | 10101110 | 1000101 | 0 | 1111 | 10100 | 10100111 | 111011 | 110101 |
Color Harmonies of #3FCDAE
Complementary color
Monochromatic Colors of #3FCDAE
Black with #3FCDAE
Text Example
Text Example
White with #3FCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDAE; }
p { color: rgb(63,205,174); }
H1.HeaderClassName
{
color: #3FCDAE;
}
.AnyTagClassName
{
color: #3FCDAE;
}
</style>
background-color css
<style>
a { background-color: #3FCDAE; }
a { background-color: rgb(63,205,174); }
div.DivClassName
{
background-color: #3FCDAE;
}
.BgClassName
{
background-color: #3FCDAE;
}
</style>
border-color css
<style>
span { border-color: #3FCDAE; }
span { border-color: rgb(63,205,174); }
td.TdClassName
{
border-color: #3FCDAE;
}
.TagClassName
{
border-color: #3FCDAE;
}
</style>