Shades of Light Sea Green #2DACAB
Tints of Light Sea Green #2DACAB
RGB
CMYK
RGB Variations
Color information
#2DACAB (or 0x2DACAB) is known color: Light Sea Green. HEX triplet: 2D, AC and AB. RGB value is (45,172,171). Sum of RGB (Red+Green+Blue) = 45+172+171=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #2DACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DACAB is #D25354. Grayscale: #858585. Windows color (decimal): -13783893 or 11250733. OLE color: 11250733.
HSL color Cylindrical-coordinate representation of color #2DACAB: hue angle of 179.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DACAB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 171 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.33 |
| HSL | 179.53º | 0.59% | 0.43% | - |
| HSV(B) | 179.53º | 0.74% | 0.67% | - |
| XYZ | 23.19 | 33 | 43.68 | - |
| YUV | 133.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 171 | 0.74 | 0 | 0.01 | 0.33 | 179.53 | 0.59 | 0.43 |
| Hex | 2D | AC | AB | 4A | 0 | 1 | 21 | B4 | 3B | 2B |
| Octal | 55 | 254 | 253 | 112 | 0 | 1 | 41 | 264 | 73 | 53 |
| Binary | 101101 | 10101100 | 10101011 | 1001010 | 0 | 1 | 100001 | 10110100 | 111011 | 101011 |
Color Harmonies of #2DACAB
Complementary color
Monochromatic Colors of #2DACAB
Black with #2DACAB
Text Example
Text Example
White with #2DACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACAB; }
p { color: rgb(45,172,171); }
H1.HeaderClassName
{
color: #2DACAB;
}
.AnyTagClassName
{
color: #2DACAB;
}
</style>
background-color css
<style>
a { background-color: #2DACAB; }
a { background-color: rgb(45,172,171); }
div.DivClassName
{
background-color: #2DACAB;
}
.BgClassName
{
background-color: #2DACAB;
}
</style>
border-color css
<style>
span { border-color: #2DACAB; }
span { border-color: rgb(45,172,171); }
td.TdClassName
{
border-color: #2DACAB;
}
.TagClassName
{
border-color: #2DACAB;
}
</style>