Shades of Light Sea Green #2DABB3
Tints of Light Sea Green #2DABB3
RGB
CMYK
RGB Variations
Color information
#2DABB3 (or 0x2DABB3) is known color: Light Sea Green. HEX triplet: 2D, AB and B3. RGB value is (45,171,179). Sum of RGB (Red+Green+Blue) = 45+171+179=395 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.39% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #2DABB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABB3 is #D2544C. Grayscale: #868686. Windows color (decimal): -13784141 or 11774765. OLE color: 11774765.
HSL color Cylindrical-coordinate representation of color #2DABB3: hue angle of 183.58º 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 #2DABB3 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 171 | 179 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.30 |
| HSL | 183.58º | 0.6% | 0.44% | - |
| HSV(B) | 183.58º | 0.75% | 0.7% | - |
| XYZ | 23.78 | 32.94 | 47.75 | - |
| YUV | 134.24 | 153.26 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 179 | 0.75 | 0.04 | 0 | 0.30 | 183.58 | 0.6 | 0.44 |
| Hex | 2D | AB | B3 | 4B | 4 | 0 | 1E | B8 | 3C | 2C |
| Octal | 55 | 253 | 263 | 113 | 4 | 0 | 36 | 270 | 74 | 54 |
| Binary | 101101 | 10101011 | 10110011 | 1001011 | 100 | 0 | 11110 | 10111000 | 111100 | 101100 |
Color Harmonies of #2DABB3
Complementary color
Monochromatic Colors of #2DABB3
Black with #2DABB3
Text Example
Text Example
White with #2DABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABB3; }
p { color: rgb(45,171,179); }
H1.HeaderClassName
{
color: #2DABB3;
}
.AnyTagClassName
{
color: #2DABB3;
}
</style>
background-color css
<style>
a { background-color: #2DABB3; }
a { background-color: rgb(45,171,179); }
div.DivClassName
{
background-color: #2DABB3;
}
.BgClassName
{
background-color: #2DABB3;
}
</style>
border-color css
<style>
span { border-color: #2DABB3; }
span { border-color: rgb(45,171,179); }
td.TdClassName
{
border-color: #2DABB3;
}
.TagClassName
{
border-color: #2DABB3;
}
</style>