Shades of Shamrock #41DBAE
Tints of Shamrock #41DBAE
RGB
CMYK
RGB Variations
Color information
#41DBAE (or 0x41DBAE) is known color: Shamrock. HEX triplet: 41, DB and AE. RGB value is (65,219,174). Sum of RGB (Red+Green+Blue) = 65+219+174=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DBAE is #BE2451. Grayscale: #A7A7A7. Windows color (decimal): -12461138 or 11459393. OLE color: 11459393.
HSL color Cylindrical-coordinate representation of color #41DBAE: hue angle of 162.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DBAE is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 174 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.14 |
| HSL | 162.47º | 0.68% | 0.56% | - |
| HSV(B) | 162.47º | 0.7% | 0.86% | - |
| XYZ | 35.15 | 54.84 | 48.78 | - |
| YUV | 167.82 | 131.48 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 174 | 0.70 | 0 | 0.21 | 0.14 | 162.47 | 0.68 | 0.56 |
| Hex | 41 | DB | AE | 46 | 0 | 15 | E | A2 | 44 | 38 |
| Octal | 101 | 333 | 256 | 106 | 0 | 25 | 16 | 242 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10101110 | 1000110 | 0 | 10101 | 1110 | 10100010 | 1000100 | 111000 |
Color Harmonies of #41DBAE
Complementary color
Monochromatic Colors of #41DBAE
Black with #41DBAE
Text Example
Text Example
White with #41DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBAE; }
p { color: rgb(65,219,174); }
H1.HeaderClassName
{
color: #41DBAE;
}
.AnyTagClassName
{
color: #41DBAE;
}
</style>
background-color css
<style>
a { background-color: #41DBAE; }
a { background-color: rgb(65,219,174); }
div.DivClassName
{
background-color: #41DBAE;
}
.BgClassName
{
background-color: #41DBAE;
}
</style>
border-color css
<style>
span { border-color: #41DBAE; }
span { border-color: rgb(65,219,174); }
td.TdClassName
{
border-color: #41DBAE;
}
.TagClassName
{
border-color: #41DBAE;
}
</style>