Shades of Light Sea Green #2DACB3
Tints of Light Sea Green #2DACB3
RGB
CMYK
RGB Variations
Color information
#2DACB3 (or 0x2DACB3) is known color: Light Sea Green. HEX triplet: 2D, AC and B3. RGB value is (45,172,179). Sum of RGB (Red+Green+Blue) = 45+172+179=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #2DACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACB3 is #D2534C. Grayscale: #868686. Windows color (decimal): -13783885 or 11775021. OLE color: 11775021.
HSL color Cylindrical-coordinate representation of color #2DACB3: hue angle of 183.13º 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 #2DACB3 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 172 | 179 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.30 |
| HSL | 183.13º | 0.6% | 0.44% | - |
| HSV(B) | 183.13º | 0.75% | 0.7% | - |
| XYZ | 23.97 | 33.32 | 47.82 | - |
| YUV | 134.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 179 | 0.75 | 0.04 | 0 | 0.30 | 183.13 | 0.6 | 0.44 |
| Hex | 2D | AC | B3 | 4B | 4 | 0 | 1E | B7 | 3C | 2C |
| Octal | 55 | 254 | 263 | 113 | 4 | 0 | 36 | 267 | 74 | 54 |
| Binary | 101101 | 10101100 | 10110011 | 1001011 | 100 | 0 | 11110 | 10110111 | 111100 | 101100 |
Color Harmonies of #2DACB3
Complementary color
Monochromatic Colors of #2DACB3
Black with #2DACB3
Text Example
Text Example
White with #2DACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACB3; }
p { color: rgb(45,172,179); }
H1.HeaderClassName
{
color: #2DACB3;
}
.AnyTagClassName
{
color: #2DACB3;
}
</style>
background-color css
<style>
a { background-color: #2DACB3; }
a { background-color: rgb(45,172,179); }
div.DivClassName
{
background-color: #2DACB3;
}
.BgClassName
{
background-color: #2DACB3;
}
</style>
border-color css
<style>
span { border-color: #2DACB3; }
span { border-color: rgb(45,172,179); }
td.TdClassName
{
border-color: #2DACB3;
}
.TagClassName
{
border-color: #2DACB3;
}
</style>