Shades of Light Sea Green #2DAAA3
Tints of Light Sea Green #2DAAA3
RGB
CMYK
RGB Variations
Color information
#2DAAA3 (or 0x2DAAA3) is known color: Light Sea Green. HEX triplet: 2D, AA and A3. RGB value is (45,170,163). Sum of RGB (Red+Green+Blue) = 45+170+163=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAAA3 is #D2555C. Grayscale: #838383. Windows color (decimal): -13784413 or 10725933. OLE color: 10725933.
HSL color Cylindrical-coordinate representation of color #2DAAA3: hue angle of 176.64º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAAA3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 163 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.33 |
| HSL | 176.64º | 0.58% | 0.42% | - |
| HSV(B) | 176.64º | 0.74% | 0.67% | - |
| XYZ | 22.07 | 31.95 | 39.65 | - |
| YUV | 131.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 163 | 0.74 | 0 | 0.04 | 0.33 | 176.64 | 0.58 | 0.42 |
| Hex | 2D | AA | A3 | 4A | 0 | 4 | 21 | B1 | 3A | 2A |
| Octal | 55 | 252 | 243 | 112 | 0 | 4 | 41 | 261 | 72 | 52 |
| Binary | 101101 | 10101010 | 10100011 | 1001010 | 0 | 100 | 100001 | 10110001 | 111010 | 101010 |
Color Harmonies of #2DAAA3
Complementary color
Monochromatic Colors of #2DAAA3
Black with #2DAAA3
Text Example
Text Example
White with #2DAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAA3; }
p { color: rgb(45,170,163); }
H1.HeaderClassName
{
color: #2DAAA3;
}
.AnyTagClassName
{
color: #2DAAA3;
}
</style>
background-color css
<style>
a { background-color: #2DAAA3; }
a { background-color: rgb(45,170,163); }
div.DivClassName
{
background-color: #2DAAA3;
}
.BgClassName
{
background-color: #2DAAA3;
}
</style>
border-color css
<style>
span { border-color: #2DAAA3; }
span { border-color: rgb(45,170,163); }
td.TdClassName
{
border-color: #2DAAA3;
}
.TagClassName
{
border-color: #2DAAA3;
}
</style>