Shades of Light Sea Green #3DAAAA
Tints of Light Sea Green #3DAAAA
RGB
CMYK
RGB Variations
Color information
#3DAAAA (or 0x3DAAAA) is known color: Light Sea Green. HEX triplet: 3D, AA and AA. RGB value is (61,170,170). Sum of RGB (Red+Green+Blue) = 61+170+170=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #3DAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAAAA is #C25555. Grayscale: #898989. Windows color (decimal): -12735830 or 11184701. OLE color: 11184701.
HSL color Cylindrical-coordinate representation of color #3DAAAA: hue angle of 180º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAAAA is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 170 | - |
| CMYK | 0.64 | 0 | 0 | 0.33 |
| HSL | 180º | 0.47% | 0.45% | - |
| HSV(B) | 180º | 0.64% | 0.67% | - |
| XYZ | 23.55 | 32.64 | 43.09 | - |
| YUV | 137.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 170 | 0.64 | 0 | 0 | 0.33 | 180 | 0.47 | 0.45 |
| Hex | 3D | AA | AA | 40 | 0 | 0 | 21 | B4 | 2F | 2D |
| Octal | 75 | 252 | 252 | 100 | 0 | 0 | 41 | 264 | 57 | 55 |
| Binary | 111101 | 10101010 | 10101010 | 1000000 | 0 | 0 | 100001 | 10110100 | 101111 | 101101 |
Color Harmonies of #3DAAAA
Complementary color
Monochromatic Colors of #3DAAAA
Black with #3DAAAA
Text Example
Text Example
White with #3DAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAAA; }
p { color: rgb(61,170,170); }
H1.HeaderClassName
{
color: #3DAAAA;
}
.AnyTagClassName
{
color: #3DAAAA;
}
</style>
background-color css
<style>
a { background-color: #3DAAAA; }
a { background-color: rgb(61,170,170); }
div.DivClassName
{
background-color: #3DAAAA;
}
.BgClassName
{
background-color: #3DAAAA;
}
</style>
border-color css
<style>
span { border-color: #3DAAAA; }
span { border-color: rgb(61,170,170); }
td.TdClassName
{
border-color: #3DAAAA;
}
.TagClassName
{
border-color: #3DAAAA;
}
</style>