Shades of Shamrock #3FCBAD
Tints of Shamrock #3FCBAD
RGB
CMYK
RGB Variations
Color information
#3FCBAD (or 0x3FCBAD) is known color: Shamrock. HEX triplet: 3F, CB and AD. RGB value is (63,203,173). Sum of RGB (Red+Green+Blue) = 63+203+173=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCBAD is #C03452. Grayscale: #9D9D9D. Windows color (decimal): -12596307 or 11389759. OLE color: 11389759.
HSL color Cylindrical-coordinate representation of color #3FCBAD: hue angle of 167.14º degrees, saturation: 0.57, 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 #3FCBAD is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 173 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.20 |
| HSL | 167.14º | 0.57% | 0.52% | - |
| HSV(B) | 167.14º | 0.69% | 0.8% | - |
| XYZ | 30.95 | 46.79 | 46.93 | - |
| YUV | 157.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 173 | 0.69 | 0 | 0.15 | 0.20 | 167.14 | 0.57 | 0.52 |
| Hex | 3F | CB | AD | 45 | 0 | F | 14 | A7 | 39 | 34 |
| Octal | 77 | 313 | 255 | 105 | 0 | 17 | 24 | 247 | 71 | 64 |
| Binary | 111111 | 11001011 | 10101101 | 1000101 | 0 | 1111 | 10100 | 10100111 | 111001 | 110100 |
Color Harmonies of #3FCBAD
Complementary color
Monochromatic Colors of #3FCBAD
Black with #3FCBAD
Text Example
Text Example
White with #3FCBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBAD; }
p { color: rgb(63,203,173); }
H1.HeaderClassName
{
color: #3FCBAD;
}
.AnyTagClassName
{
color: #3FCBAD;
}
</style>
background-color css
<style>
a { background-color: #3FCBAD; }
a { background-color: rgb(63,203,173); }
div.DivClassName
{
background-color: #3FCBAD;
}
.BgClassName
{
background-color: #3FCBAD;
}
</style>
border-color css
<style>
span { border-color: #3FCBAD; }
span { border-color: rgb(63,203,173); }
td.TdClassName
{
border-color: #3FCBAD;
}
.TagClassName
{
border-color: #3FCBAD;
}
</style>