Shades of Light Sea Green #2DADAD
Tints of Light Sea Green #2DADAD
RGB
CMYK
RGB Variations
Color information
#2DADAD (or 0x2DADAD) is known color: Light Sea Green. HEX triplet: 2D, AD and AD. RGB value is (45,173,173). Sum of RGB (Red+Green+Blue) = 45+173+173=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #2DADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DADAD is #D25252. Grayscale: #868686. Windows color (decimal): -13783635 or 11382061. OLE color: 11382061.
HSL color Cylindrical-coordinate representation of color #2DADAD: hue angle of 180º 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 #2DADAD is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 173 | - |
| CMYK | 0.74 | 0 | 0 | 0.32 |
| HSL | 180º | 0.59% | 0.43% | - |
| HSV(B) | 180º | 0.74% | 0.68% | - |
| XYZ | 23.57 | 33.46 | 44.75 | - |
| YUV | 134.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 173 | 0.74 | 0 | 0 | 0.32 | 180 | 0.59 | 0.43 |
| Hex | 2D | AD | AD | 4A | 0 | 0 | 20 | B4 | 3B | 2B |
| Octal | 55 | 255 | 255 | 112 | 0 | 0 | 40 | 264 | 73 | 53 |
| Binary | 101101 | 10101101 | 10101101 | 1001010 | 0 | 0 | 100000 | 10110100 | 111011 | 101011 |
Color Harmonies of #2DADAD
Complementary color
Monochromatic Colors of #2DADAD
Black with #2DADAD
Text Example
Text Example
White with #2DADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADAD; }
p { color: rgb(45,173,173); }
H1.HeaderClassName
{
color: #2DADAD;
}
.AnyTagClassName
{
color: #2DADAD;
}
</style>
background-color css
<style>
a { background-color: #2DADAD; }
a { background-color: rgb(45,173,173); }
div.DivClassName
{
background-color: #2DADAD;
}
.BgClassName
{
background-color: #2DADAD;
}
</style>
border-color css
<style>
span { border-color: #2DADAD; }
span { border-color: rgb(45,173,173); }
td.TdClassName
{
border-color: #2DADAD;
}
.TagClassName
{
border-color: #2DADAD;
}
</style>