Shades of Light Sea Green #2DAAAD
Tints of Light Sea Green #2DAAAD
RGB
CMYK
RGB Variations
Color information
#2DAAAD (or 0x2DAAAD) is known color: Light Sea Green. HEX triplet: 2D, AA and AD. RGB value is (45,170,173). Sum of RGB (Red+Green+Blue) = 45+170+173=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #2DAAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAAAD is #D25552. Grayscale: #848484. Windows color (decimal): -13784403 or 11381293. OLE color: 11381293.
HSL color Cylindrical-coordinate representation of color #2DAAAD: hue angle of 181.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAAAD is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 170 | 173 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.32 |
| HSL | 181.41º | 0.59% | 0.43% | - |
| HSV(B) | 181.41º | 0.74% | 0.68% | - |
| XYZ | 23 | 32.32 | 44.56 | - |
| YUV | 132.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 173 | 0.74 | 0.02 | 0 | 0.32 | 181.41 | 0.59 | 0.43 |
| Hex | 2D | AA | AD | 4A | 2 | 0 | 20 | B5 | 3B | 2B |
| Octal | 55 | 252 | 255 | 112 | 2 | 0 | 40 | 265 | 73 | 53 |
| Binary | 101101 | 10101010 | 10101101 | 1001010 | 10 | 0 | 100000 | 10110101 | 111011 | 101011 |
Color Harmonies of #2DAAAD
Complementary color
Monochromatic Colors of #2DAAAD
Black with #2DAAAD
Text Example
Text Example
White with #2DAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAAD; }
p { color: rgb(45,170,173); }
H1.HeaderClassName
{
color: #2DAAAD;
}
.AnyTagClassName
{
color: #2DAAAD;
}
</style>
background-color css
<style>
a { background-color: #2DAAAD; }
a { background-color: rgb(45,170,173); }
div.DivClassName
{
background-color: #2DAAAD;
}
.BgClassName
{
background-color: #2DAAAD;
}
</style>
border-color css
<style>
span { border-color: #2DAAAD; }
span { border-color: rgb(45,170,173); }
td.TdClassName
{
border-color: #2DAAAD;
}
.TagClassName
{
border-color: #2DAAAD;
}
</style>