Shades of Light Sea Green #2DADA5
Tints of Light Sea Green #2DADA5
RGB
CMYK
RGB Variations
Color information
#2DADA5 (or 0x2DADA5) is known color: Light Sea Green. HEX triplet: 2D, AD and A5. RGB value is (45,173,165). Sum of RGB (Red+Green+Blue) = 45+173+165=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #2DADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DADA5 is #D2525A. Grayscale: #858585. Windows color (decimal): -13783643 or 10857773. OLE color: 10857773.
HSL color Cylindrical-coordinate representation of color #2DADA5: hue angle of 176.25º 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 #2DADA5 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 165 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.32 |
| HSL | 176.25º | 0.59% | 0.43% | - |
| HSV(B) | 176.25º | 0.74% | 0.68% | - |
| XYZ | 22.82 | 33.16 | 40.8 | - |
| YUV | 133.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 165 | 0.74 | 0 | 0.05 | 0.32 | 176.25 | 0.59 | 0.43 |
| Hex | 2D | AD | A5 | 4A | 0 | 5 | 20 | B0 | 3B | 2B |
| Octal | 55 | 255 | 245 | 112 | 0 | 5 | 40 | 260 | 73 | 53 |
| Binary | 101101 | 10101101 | 10100101 | 1001010 | 0 | 101 | 100000 | 10110000 | 111011 | 101011 |
Color Harmonies of #2DADA5
Complementary color
Monochromatic Colors of #2DADA5
Black with #2DADA5
Text Example
Text Example
White with #2DADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADA5; }
p { color: rgb(45,173,165); }
H1.HeaderClassName
{
color: #2DADA5;
}
.AnyTagClassName
{
color: #2DADA5;
}
</style>
background-color css
<style>
a { background-color: #2DADA5; }
a { background-color: rgb(45,173,165); }
div.DivClassName
{
background-color: #2DADA5;
}
.BgClassName
{
background-color: #2DADA5;
}
</style>
border-color css
<style>
span { border-color: #2DADA5; }
span { border-color: rgb(45,173,165); }
td.TdClassName
{
border-color: #2DADA5;
}
.TagClassName
{
border-color: #2DADA5;
}
</style>