Shades of Light Sea Green #40ABA6
Tints of Light Sea Green #40ABA6
RGB
CMYK
RGB Variations
Color information
#40ABA6 (or 0x40ABA6) is known color: Light Sea Green. HEX triplet: 40, AB and A6. RGB value is (64,171,166). Sum of RGB (Red+Green+Blue) = 64+171+166=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #40ABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABA6 is #BF5459. Grayscale: #8A8A8A. Windows color (decimal): -12538970 or 10922816. OLE color: 10922816.
HSL color Cylindrical-coordinate representation of color #40ABA6: hue angle of 177.2º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ABA6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 166 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.33 |
| HSL | 177.2º | 0.46% | 0.46% | - |
| HSV(B) | 177.2º | 0.63% | 0.67% | - |
| XYZ | 23.56 | 32.97 | 41.2 | - |
| YUV | 138.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 166 | 0.63 | 0 | 0.03 | 0.33 | 177.2 | 0.46 | 0.46 |
| Hex | 40 | AB | A6 | 3F | 0 | 3 | 21 | B1 | 2E | 2E |
| Octal | 100 | 253 | 246 | 77 | 0 | 3 | 41 | 261 | 56 | 56 |
| Binary | 1000000 | 10101011 | 10100110 | 111111 | 0 | 11 | 100001 | 10110001 | 101110 | 101110 |
Color Harmonies of #40ABA6
Complementary color
Monochromatic Colors of #40ABA6
Black with #40ABA6
Text Example
Text Example
White with #40ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABA6; }
p { color: rgb(64,171,166); }
H1.HeaderClassName
{
color: #40ABA6;
}
.AnyTagClassName
{
color: #40ABA6;
}
</style>
background-color css
<style>
a { background-color: #40ABA6; }
a { background-color: rgb(64,171,166); }
div.DivClassName
{
background-color: #40ABA6;
}
.BgClassName
{
background-color: #40ABA6;
}
</style>
border-color css
<style>
span { border-color: #40ABA6; }
span { border-color: rgb(64,171,166); }
td.TdClassName
{
border-color: #40ABA6;
}
.TagClassName
{
border-color: #40ABA6;
}
</style>