Shades of Light Sea Green #40ADAB
Tints of Light Sea Green #40ADAB
RGB
CMYK
RGB Variations
Color information
#40ADAB (or 0x40ADAB) is known color: Light Sea Green. HEX triplet: 40, AD and AB. RGB value is (64,173,171). Sum of RGB (Red+Green+Blue) = 64+173+171=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #40ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ADAB is #BF5254. Grayscale: #8C8C8C. Windows color (decimal): -12538453 or 11251008. OLE color: 11251008.
HSL color Cylindrical-coordinate representation of color #40ADAB: hue angle of 178.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ADAB is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 171 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.32 |
| HSL | 178.9º | 0.46% | 0.46% | - |
| HSV(B) | 178.9º | 0.63% | 0.68% | - |
| XYZ | 24.41 | 33.92 | 43.79 | - |
| YUV | 140.18 | 145.39 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 171 | 0.63 | 0 | 0.01 | 0.32 | 178.9 | 0.46 | 0.46 |
| Hex | 40 | AD | AB | 3F | 0 | 1 | 20 | B3 | 2E | 2E |
| Octal | 100 | 255 | 253 | 77 | 0 | 1 | 40 | 263 | 56 | 56 |
| Binary | 1000000 | 10101101 | 10101011 | 111111 | 0 | 1 | 100000 | 10110011 | 101110 | 101110 |
Color Harmonies of #40ADAB
Complementary color
Monochromatic Colors of #40ADAB
Black with #40ADAB
Text Example
Text Example
White with #40ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADAB; }
p { color: rgb(64,173,171); }
H1.HeaderClassName
{
color: #40ADAB;
}
.AnyTagClassName
{
color: #40ADAB;
}
</style>
background-color css
<style>
a { background-color: #40ADAB; }
a { background-color: rgb(64,173,171); }
div.DivClassName
{
background-color: #40ADAB;
}
.BgClassName
{
background-color: #40ADAB;
}
</style>
border-color css
<style>
span { border-color: #40ADAB; }
span { border-color: rgb(64,173,171); }
td.TdClassName
{
border-color: #40ADAB;
}
.TagClassName
{
border-color: #40ADAB;
}
</style>