Shades of Light Sea Green #2DABAF
Tints of Light Sea Green #2DABAF
RGB
CMYK
RGB Variations
Color information
#2DABAF (or 0x2DABAF) is known color: Light Sea Green. HEX triplet: 2D, AB and AF. RGB value is (45,171,175). Sum of RGB (Red+Green+Blue) = 45+171+175=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #2DABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DABAF is #D25450. Grayscale: #858585. Windows color (decimal): -13784145 or 11512621. OLE color: 11512621.
HSL color Cylindrical-coordinate representation of color #2DABAF: hue angle of 181.85º 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 #2DABAF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 171 | 175 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.31 |
| HSL | 181.85º | 0.59% | 0.43% | - |
| HSV(B) | 181.85º | 0.74% | 0.69% | - |
| XYZ | 23.38 | 32.78 | 45.65 | - |
| YUV | 133.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 175 | 0.74 | 0.02 | 0 | 0.31 | 181.85 | 0.59 | 0.43 |
| Hex | 2D | AB | AF | 4A | 2 | 0 | 1F | B6 | 3B | 2B |
| Octal | 55 | 253 | 257 | 112 | 2 | 0 | 37 | 266 | 73 | 53 |
| Binary | 101101 | 10101011 | 10101111 | 1001010 | 10 | 0 | 11111 | 10110110 | 111011 | 101011 |
Color Harmonies of #2DABAF
Complementary color
Monochromatic Colors of #2DABAF
Black with #2DABAF
Text Example
Text Example
White with #2DABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABAF; }
p { color: rgb(45,171,175); }
H1.HeaderClassName
{
color: #2DABAF;
}
.AnyTagClassName
{
color: #2DABAF;
}
</style>
background-color css
<style>
a { background-color: #2DABAF; }
a { background-color: rgb(45,171,175); }
div.DivClassName
{
background-color: #2DABAF;
}
.BgClassName
{
background-color: #2DABAF;
}
</style>
border-color css
<style>
span { border-color: #2DABAF; }
span { border-color: rgb(45,171,175); }
td.TdClassName
{
border-color: #2DABAF;
}
.TagClassName
{
border-color: #2DABAF;
}
</style>