Shades of Light Sea Green #41ADAC
Tints of Light Sea Green #41ADAC
RGB
CMYK
RGB Variations
Color information
#41ADAC (or 0x41ADAC) is known color: Light Sea Green. HEX triplet: 41, AD and AC. RGB value is (65,173,172). Sum of RGB (Red+Green+Blue) = 65+173+172=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #41ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ADAC is #BE5253. Grayscale: #8C8C8C. Windows color (decimal): -12472916 or 11316545. OLE color: 11316545.
HSL color Cylindrical-coordinate representation of color #41ADAC: hue angle of 179.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ADAC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 172 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.32 |
| HSL | 179.44º | 0.45% | 0.47% | - |
| HSV(B) | 179.44º | 0.62% | 0.68% | - |
| XYZ | 24.57 | 33.99 | 44.3 | - |
| YUV | 140.59 | 145.72 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 172 | 0.62 | 0 | 0.01 | 0.32 | 179.44 | 0.45 | 0.47 |
| Hex | 41 | AD | AC | 3E | 0 | 1 | 20 | B3 | 2D | 2F |
| Octal | 101 | 255 | 254 | 76 | 0 | 1 | 40 | 263 | 55 | 57 |
| Binary | 1000001 | 10101101 | 10101100 | 111110 | 0 | 1 | 100000 | 10110011 | 101101 | 101111 |
Color Harmonies of #41ADAC
Complementary color
Monochromatic Colors of #41ADAC
Black with #41ADAC
Text Example
Text Example
White with #41ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADAC; }
p { color: rgb(65,173,172); }
H1.HeaderClassName
{
color: #41ADAC;
}
.AnyTagClassName
{
color: #41ADAC;
}
</style>
background-color css
<style>
a { background-color: #41ADAC; }
a { background-color: rgb(65,173,172); }
div.DivClassName
{
background-color: #41ADAC;
}
.BgClassName
{
background-color: #41ADAC;
}
</style>
border-color css
<style>
span { border-color: #41ADAC; }
span { border-color: rgb(65,173,172); }
td.TdClassName
{
border-color: #41ADAC;
}
.TagClassName
{
border-color: #41ADAC;
}
</style>