Shades of Light Sea Green #40ACAC
Tints of Light Sea Green #40ACAC
RGB
CMYK
RGB Variations
Color information
#40ACAC (or 0x40ACAC) is known color: Light Sea Green. HEX triplet: 40, AC and AC. RGB value is (64,172,172). Sum of RGB (Red+Green+Blue) = 64+172+172=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #40ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ACAC is #BF5353. Grayscale: #8B8B8B. Windows color (decimal): -12538708 or 11316288. OLE color: 11316288.
HSL color Cylindrical-coordinate representation of color #40ACAC: hue angle of 180º 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 #40ACAC is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 172 | - |
| CMYK | 0.63 | 0 | 0 | 0.33 |
| HSL | 180º | 0.46% | 0.46% | - |
| HSV(B) | 180º | 0.63% | 0.67% | - |
| XYZ | 24.31 | 33.57 | 44.23 | - |
| YUV | 139.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 172 | 0.63 | 0 | 0 | 0.33 | 180 | 0.46 | 0.46 |
| Hex | 40 | AC | AC | 3F | 0 | 0 | 21 | B4 | 2E | 2E |
| Octal | 100 | 254 | 254 | 77 | 0 | 0 | 41 | 264 | 56 | 56 |
| Binary | 1000000 | 10101100 | 10101100 | 111111 | 0 | 0 | 100001 | 10110100 | 101110 | 101110 |
Color Harmonies of #40ACAC
Complementary color
Monochromatic Colors of #40ACAC
Black with #40ACAC
Text Example
Text Example
White with #40ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACAC; }
p { color: rgb(64,172,172); }
H1.HeaderClassName
{
color: #40ACAC;
}
.AnyTagClassName
{
color: #40ACAC;
}
</style>
background-color css
<style>
a { background-color: #40ACAC; }
a { background-color: rgb(64,172,172); }
div.DivClassName
{
background-color: #40ACAC;
}
.BgClassName
{
background-color: #40ACAC;
}
</style>
border-color css
<style>
span { border-color: #40ACAC; }
span { border-color: rgb(64,172,172); }
td.TdClassName
{
border-color: #40ACAC;
}
.TagClassName
{
border-color: #40ACAC;
}
</style>