Shades of Light Sea Green #2DADAA
Tints of Light Sea Green #2DADAA
RGB
CMYK
RGB Variations
Color information
#2DADAA (or 0x2DADAA) is known color: Light Sea Green. HEX triplet: 2D, AD and AA. RGB value is (45,173,170). Sum of RGB (Red+Green+Blue) = 45+173+170=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #2DADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DADAA is #D25255. Grayscale: #868686. Windows color (decimal): -13783638 or 11185453. OLE color: 11185453.
HSL color Cylindrical-coordinate representation of color #2DADAA: hue angle of 178.59º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DADAA is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 170 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.32 |
| HSL | 178.59º | 0.59% | 0.43% | - |
| HSV(B) | 178.59º | 0.74% | 0.68% | - |
| XYZ | 23.28 | 33.35 | 43.24 | - |
| YUV | 134.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 170 | 0.74 | 0 | 0.02 | 0.32 | 178.59 | 0.59 | 0.43 |
| Hex | 2D | AD | AA | 4A | 0 | 2 | 20 | B3 | 3B | 2B |
| Octal | 55 | 255 | 252 | 112 | 0 | 2 | 40 | 263 | 73 | 53 |
| Binary | 101101 | 10101101 | 10101010 | 1001010 | 0 | 10 | 100000 | 10110011 | 111011 | 101011 |
Color Harmonies of #2DADAA
Complementary color
Monochromatic Colors of #2DADAA
Black with #2DADAA
Text Example
Text Example
White with #2DADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADAA; }
p { color: rgb(45,173,170); }
H1.HeaderClassName
{
color: #2DADAA;
}
.AnyTagClassName
{
color: #2DADAA;
}
</style>
background-color css
<style>
a { background-color: #2DADAA; }
a { background-color: rgb(45,173,170); }
div.DivClassName
{
background-color: #2DADAA;
}
.BgClassName
{
background-color: #2DADAA;
}
</style>
border-color css
<style>
span { border-color: #2DADAA; }
span { border-color: rgb(45,173,170); }
td.TdClassName
{
border-color: #2DADAA;
}
.TagClassName
{
border-color: #2DADAA;
}
</style>