Shades of Light Sea Green #41ABAA
Tints of Light Sea Green #41ABAA
RGB
CMYK
RGB Variations
Color information
#41ABAA (or 0x41ABAA) is known color: Light Sea Green. HEX triplet: 41, AB and AA. RGB value is (65,171,170). Sum of RGB (Red+Green+Blue) = 65+171+170=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #41ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABAA is #BE5455. Grayscale: #8B8B8B. Windows color (decimal): -12473430 or 11184961. OLE color: 11184961.
HSL color Cylindrical-coordinate representation of color #41ABAA: hue angle of 179.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ABAA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 170 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.33 |
| HSL | 179.43º | 0.45% | 0.46% | - |
| HSV(B) | 179.43º | 0.62% | 0.67% | - |
| XYZ | 24 | 33.15 | 43.16 | - |
| YUV | 139.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 170 | 0.62 | 0 | 0.01 | 0.33 | 179.43 | 0.45 | 0.46 |
| Hex | 41 | AB | AA | 3E | 0 | 1 | 21 | B3 | 2D | 2E |
| Octal | 101 | 253 | 252 | 76 | 0 | 1 | 41 | 263 | 55 | 56 |
| Binary | 1000001 | 10101011 | 10101010 | 111110 | 0 | 1 | 100001 | 10110011 | 101101 | 101110 |
Color Harmonies of #41ABAA
Complementary color
Monochromatic Colors of #41ABAA
Black with #41ABAA
Text Example
Text Example
White with #41ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABAA; }
p { color: rgb(65,171,170); }
H1.HeaderClassName
{
color: #41ABAA;
}
.AnyTagClassName
{
color: #41ABAA;
}
</style>
background-color css
<style>
a { background-color: #41ABAA; }
a { background-color: rgb(65,171,170); }
div.DivClassName
{
background-color: #41ABAA;
}
.BgClassName
{
background-color: #41ABAA;
}
</style>
border-color css
<style>
span { border-color: #41ABAA; }
span { border-color: rgb(65,171,170); }
td.TdClassName
{
border-color: #41ABAA;
}
.TagClassName
{
border-color: #41ABAA;
}
</style>