Shades of Light Sea Green #40AEAC
Tints of Light Sea Green #40AEAC
RGB
CMYK
RGB Variations
Color information
#40AEAC (or 0x40AEAC) is known color: Light Sea Green. HEX triplet: 40, AE and AC. RGB value is (64,174,172). Sum of RGB (Red+Green+Blue) = 64+174+172=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #40AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AEAC is #BF5153. Grayscale: #8C8C8C. Windows color (decimal): -12538196 or 11316800. OLE color: 11316800.
HSL color Cylindrical-coordinate representation of color #40AEAC: hue angle of 178.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AEAC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 172 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.32 |
| HSL | 178.91º | 0.46% | 0.47% | - |
| HSV(B) | 178.91º | 0.63% | 0.68% | - |
| XYZ | 24.7 | 34.34 | 44.36 | - |
| YUV | 140.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 172 | 0.63 | 0 | 0.01 | 0.32 | 178.91 | 0.46 | 0.47 |
| Hex | 40 | AE | AC | 3F | 0 | 1 | 20 | B3 | 2E | 2F |
| Octal | 100 | 256 | 254 | 77 | 0 | 1 | 40 | 263 | 56 | 57 |
| Binary | 1000000 | 10101110 | 10101100 | 111111 | 0 | 1 | 100000 | 10110011 | 101110 | 101111 |
Color Harmonies of #40AEAC
Complementary color
Monochromatic Colors of #40AEAC
Black with #40AEAC
Text Example
Text Example
White with #40AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEAC; }
p { color: rgb(64,174,172); }
H1.HeaderClassName
{
color: #40AEAC;
}
.AnyTagClassName
{
color: #40AEAC;
}
</style>
background-color css
<style>
a { background-color: #40AEAC; }
a { background-color: rgb(64,174,172); }
div.DivClassName
{
background-color: #40AEAC;
}
.BgClassName
{
background-color: #40AEAC;
}
</style>
border-color css
<style>
span { border-color: #40AEAC; }
span { border-color: rgb(64,174,172); }
td.TdClassName
{
border-color: #40AEAC;
}
.TagClassName
{
border-color: #40AEAC;
}
</style>