Shades of Shamrock #3FDBB1
Tints of Shamrock #3FDBB1
RGB
CMYK
RGB Variations
Color information
#3FDBB1 (or 0x3FDBB1) is known color: Shamrock. HEX triplet: 3F, DB and B1. RGB value is (63,219,177). Sum of RGB (Red+Green+Blue) = 63+219+177=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBB1 is #C0244E. Grayscale: #A7A7A7. Windows color (decimal): -12592207 or 11655999. OLE color: 11655999.
HSL color Cylindrical-coordinate representation of color #3FDBB1: hue angle of 163.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDBB1 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 177 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.14 |
| HSL | 163.85º | 0.68% | 0.55% | - |
| HSV(B) | 163.85º | 0.71% | 0.86% | - |
| XYZ | 35.32 | 54.89 | 50.33 | - |
| YUV | 167.57 | 133.32 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 177 | 0.71 | 0 | 0.19 | 0.14 | 163.85 | 0.68 | 0.55 |
| Hex | 3F | DB | B1 | 47 | 0 | 13 | E | A4 | 44 | 37 |
| Octal | 77 | 333 | 261 | 107 | 0 | 23 | 16 | 244 | 104 | 67 |
| Binary | 111111 | 11011011 | 10110001 | 1000111 | 0 | 10011 | 1110 | 10100100 | 1000100 | 110111 |
Color Harmonies of #3FDBB1
Complementary color
Monochromatic Colors of #3FDBB1
Black with #3FDBB1
Text Example
Text Example
White with #3FDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBB1; }
p { color: rgb(63,219,177); }
H1.HeaderClassName
{
color: #3FDBB1;
}
.AnyTagClassName
{
color: #3FDBB1;
}
</style>
background-color css
<style>
a { background-color: #3FDBB1; }
a { background-color: rgb(63,219,177); }
div.DivClassName
{
background-color: #3FDBB1;
}
.BgClassName
{
background-color: #3FDBB1;
}
</style>
border-color css
<style>
span { border-color: #3FDBB1; }
span { border-color: rgb(63,219,177); }
td.TdClassName
{
border-color: #3FDBB1;
}
.TagClassName
{
border-color: #3FDBB1;
}
</style>