Shades of Light Sea Green #41ABAB
Tints of Light Sea Green #41ABAB
RGB
CMYK
RGB Variations
Color information
#41ABAB (or 0x41ABAB) is known color: Light Sea Green. HEX triplet: 41, AB and AB. RGB value is (65,171,171). Sum of RGB (Red+Green+Blue) = 65+171+171=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #41ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABAB is #BE5454. Grayscale: #8B8B8B. Windows color (decimal): -12473429 or 11250497. OLE color: 11250497.
HSL color Cylindrical-coordinate representation of color #41ABAB: hue angle of 180º 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 #41ABAB is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 171 | - |
| CMYK | 0.62 | 0 | 0 | 0.33 |
| HSL | 180º | 0.45% | 0.46% | - |
| HSV(B) | 180º | 0.62% | 0.67% | - |
| XYZ | 24.09 | 33.19 | 43.66 | - |
| YUV | 139.31 | 145.88 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 171 | 0.62 | 0 | 0 | 0.33 | 180 | 0.45 | 0.46 |
| Hex | 41 | AB | AB | 3E | 0 | 0 | 21 | B4 | 2D | 2E |
| Octal | 101 | 253 | 253 | 76 | 0 | 0 | 41 | 264 | 55 | 56 |
| Binary | 1000001 | 10101011 | 10101011 | 111110 | 0 | 0 | 100001 | 10110100 | 101101 | 101110 |
Color Harmonies of #41ABAB
Complementary color
Monochromatic Colors of #41ABAB
Black with #41ABAB
Text Example
Text Example
White with #41ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABAB; }
p { color: rgb(65,171,171); }
H1.HeaderClassName
{
color: #41ABAB;
}
.AnyTagClassName
{
color: #41ABAB;
}
</style>
background-color css
<style>
a { background-color: #41ABAB; }
a { background-color: rgb(65,171,171); }
div.DivClassName
{
background-color: #41ABAB;
}
.BgClassName
{
background-color: #41ABAB;
}
</style>
border-color css
<style>
span { border-color: #41ABAB; }
span { border-color: rgb(65,171,171); }
td.TdClassName
{
border-color: #41ABAB;
}
.TagClassName
{
border-color: #41ABAB;
}
</style>