Shades of Light Sea Green #2DADB3
Tints of Light Sea Green #2DADB3
RGB
CMYK
RGB Variations
Color information
#2DADB3 (or 0x2DADB3) is known color: Light Sea Green. HEX triplet: 2D, AD and B3. RGB value is (45,173,179). Sum of RGB (Red+Green+Blue) = 45+173+179=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #2DADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADB3 is #D2524C. Grayscale: #878787. Windows color (decimal): -13783629 or 11775277. OLE color: 11775277.
HSL color Cylindrical-coordinate representation of color #2DADB3: hue angle of 182.69º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DADB3 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 173 | 179 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.30 |
| HSL | 182.69º | 0.6% | 0.44% | - |
| HSV(B) | 182.69º | 0.75% | 0.7% | - |
| XYZ | 24.16 | 33.7 | 47.88 | - |
| YUV | 135.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 179 | 0.75 | 0.03 | 0 | 0.30 | 182.69 | 0.6 | 0.44 |
| Hex | 2D | AD | B3 | 4B | 3 | 0 | 1E | B7 | 3C | 2C |
| Octal | 55 | 255 | 263 | 113 | 3 | 0 | 36 | 267 | 74 | 54 |
| Binary | 101101 | 10101101 | 10110011 | 1001011 | 11 | 0 | 11110 | 10110111 | 111100 | 101100 |
Color Harmonies of #2DADB3
Complementary color
Monochromatic Colors of #2DADB3
Black with #2DADB3
Text Example
Text Example
White with #2DADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADB3; }
p { color: rgb(45,173,179); }
H1.HeaderClassName
{
color: #2DADB3;
}
.AnyTagClassName
{
color: #2DADB3;
}
</style>
background-color css
<style>
a { background-color: #2DADB3; }
a { background-color: rgb(45,173,179); }
div.DivClassName
{
background-color: #2DADB3;
}
.BgClassName
{
background-color: #2DADB3;
}
</style>
border-color css
<style>
span { border-color: #2DADB3; }
span { border-color: rgb(45,173,179); }
td.TdClassName
{
border-color: #2DADB3;
}
.TagClassName
{
border-color: #2DADB3;
}
</style>