Shades of Light Sea Green #2DACAF
Tints of Light Sea Green #2DACAF
RGB
CMYK
RGB Variations
Color information
#2DACAF (or 0x2DACAF) is known color: Light Sea Green. HEX triplet: 2D, AC and AF. RGB value is (45,172,175). Sum of RGB (Red+Green+Blue) = 45+172+175=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #2DACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DACAF is #D25350. Grayscale: #868686. Windows color (decimal): -13783889 or 11512877. OLE color: 11512877.
HSL color Cylindrical-coordinate representation of color #2DACAF: hue angle of 181.38º 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 #2DACAF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 172 | 175 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.31 |
| HSL | 181.38º | 0.59% | 0.43% | - |
| HSV(B) | 181.38º | 0.74% | 0.69% | - |
| XYZ | 23.57 | 33.16 | 45.72 | - |
| YUV | 134.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 175 | 0.74 | 0.02 | 0 | 0.31 | 181.38 | 0.59 | 0.43 |
| Hex | 2D | AC | AF | 4A | 2 | 0 | 1F | B5 | 3B | 2B |
| Octal | 55 | 254 | 257 | 112 | 2 | 0 | 37 | 265 | 73 | 53 |
| Binary | 101101 | 10101100 | 10101111 | 1001010 | 10 | 0 | 11111 | 10110101 | 111011 | 101011 |
Color Harmonies of #2DACAF
Complementary color
Monochromatic Colors of #2DACAF
Black with #2DACAF
Text Example
Text Example
White with #2DACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACAF; }
p { color: rgb(45,172,175); }
H1.HeaderClassName
{
color: #2DACAF;
}
.AnyTagClassName
{
color: #2DACAF;
}
</style>
background-color css
<style>
a { background-color: #2DACAF; }
a { background-color: rgb(45,172,175); }
div.DivClassName
{
background-color: #2DACAF;
}
.BgClassName
{
background-color: #2DACAF;
}
</style>
border-color css
<style>
span { border-color: #2DACAF; }
span { border-color: rgb(45,172,175); }
td.TdClassName
{
border-color: #2DACAF;
}
.TagClassName
{
border-color: #2DACAF;
}
</style>