Shades of Light Sea Green #2DADB0
Tints of Light Sea Green #2DADB0
RGB
CMYK
RGB Variations
Color information
#2DADB0 (or 0x2DADB0) is known color: Light Sea Green. HEX triplet: 2D, AD and B0. RGB value is (45,173,176). Sum of RGB (Red+Green+Blue) = 45+173+176=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #2DADB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DADB0 is #D2524F. Grayscale: #868686. Windows color (decimal): -13783632 or 11578669. OLE color: 11578669.
HSL color Cylindrical-coordinate representation of color #2DADB0: hue angle of 181.37º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DADB0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 173 | 176 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.31 |
| HSL | 181.37º | 0.59% | 0.43% | - |
| HSV(B) | 181.37º | 0.74% | 0.69% | - |
| XYZ | 23.86 | 33.58 | 46.3 | - |
| YUV | 135.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 176 | 0.74 | 0.02 | 0 | 0.31 | 181.37 | 0.59 | 0.43 |
| Hex | 2D | AD | B0 | 4A | 2 | 0 | 1F | B5 | 3B | 2B |
| Octal | 55 | 255 | 260 | 112 | 2 | 0 | 37 | 265 | 73 | 53 |
| Binary | 101101 | 10101101 | 10110000 | 1001010 | 10 | 0 | 11111 | 10110101 | 111011 | 101011 |
Color Harmonies of #2DADB0
Complementary color
Monochromatic Colors of #2DADB0
Black with #2DADB0
Text Example
Text Example
White with #2DADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADB0; }
p { color: rgb(45,173,176); }
H1.HeaderClassName
{
color: #2DADB0;
}
.AnyTagClassName
{
color: #2DADB0;
}
</style>
background-color css
<style>
a { background-color: #2DADB0; }
a { background-color: rgb(45,173,176); }
div.DivClassName
{
background-color: #2DADB0;
}
.BgClassName
{
background-color: #2DADB0;
}
</style>
border-color css
<style>
span { border-color: #2DADB0; }
span { border-color: rgb(45,173,176); }
td.TdClassName
{
border-color: #2DADB0;
}
.TagClassName
{
border-color: #2DADB0;
}
</style>