Shades of Shamrock #3FC9AF
Tints of Shamrock #3FC9AF
RGB
CMYK
RGB Variations
Color information
#3FC9AF (or 0x3FC9AF) is known color: Shamrock. HEX triplet: 3F, C9 and AF. RGB value is (63,201,175). Sum of RGB (Red+Green+Blue) = 63+201+175=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC9AF is #C03650. Grayscale: #9C9C9C. Windows color (decimal): -12596817 or 11520319. OLE color: 11520319.
HSL color Cylindrical-coordinate representation of color #3FC9AF: hue angle of 168.7º degrees, saturation: 0.56, 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 #3FC9AF is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 175 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.21 |
| HSL | 168.7º | 0.56% | 0.52% | - |
| HSV(B) | 168.7º | 0.69% | 0.79% | - |
| XYZ | 30.67 | 45.93 | 47.81 | - |
| YUV | 156.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 175 | 0.69 | 0 | 0.13 | 0.21 | 168.7 | 0.56 | 0.52 |
| Hex | 3F | C9 | AF | 45 | 0 | D | 15 | A9 | 38 | 34 |
| Octal | 77 | 311 | 257 | 105 | 0 | 15 | 25 | 251 | 70 | 64 |
| Binary | 111111 | 11001001 | 10101111 | 1000101 | 0 | 1101 | 10101 | 10101001 | 111000 | 110100 |
Color Harmonies of #3FC9AF
Complementary color
Monochromatic Colors of #3FC9AF
Black with #3FC9AF
Text Example
Text Example
White with #3FC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC9AF; }
p { color: rgb(63,201,175); }
H1.HeaderClassName
{
color: #3FC9AF;
}
.AnyTagClassName
{
color: #3FC9AF;
}
</style>
background-color css
<style>
a { background-color: #3FC9AF; }
a { background-color: rgb(63,201,175); }
div.DivClassName
{
background-color: #3FC9AF;
}
.BgClassName
{
background-color: #3FC9AF;
}
</style>
border-color css
<style>
span { border-color: #3FC9AF; }
span { border-color: rgb(63,201,175); }
td.TdClassName
{
border-color: #3FC9AF;
}
.TagClassName
{
border-color: #3FC9AF;
}
</style>