Shades of Light Sea Green #3DADAA
Tints of Light Sea Green #3DADAA
RGB
CMYK
RGB Variations
Color information
#3DADAA (or 0x3DADAA) is known color: Light Sea Green. HEX triplet: 3D, AD and AA. RGB value is (61,173,170). Sum of RGB (Red+Green+Blue) = 61+173+170=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #3DADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DADAA is #C25255. Grayscale: #8B8B8B. Windows color (decimal): -12735062 or 11185469. OLE color: 11185469.
HSL color Cylindrical-coordinate representation of color #3DADAA: hue angle of 178.39º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DADAA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 173 | 170 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.32 |
| HSL | 178.39º | 0.48% | 0.46% | - |
| HSV(B) | 178.39º | 0.65% | 0.68% | - |
| XYZ | 24.12 | 33.78 | 43.28 | - |
| YUV | 139.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 170 | 0.65 | 0 | 0.02 | 0.32 | 178.39 | 0.48 | 0.46 |
| Hex | 3D | AD | AA | 41 | 0 | 2 | 20 | B2 | 30 | 2E |
| Octal | 75 | 255 | 252 | 101 | 0 | 2 | 40 | 262 | 60 | 56 |
| Binary | 111101 | 10101101 | 10101010 | 1000001 | 0 | 10 | 100000 | 10110010 | 110000 | 101110 |
Color Harmonies of #3DADAA
Complementary color
Monochromatic Colors of #3DADAA
Black with #3DADAA
Text Example
Text Example
White with #3DADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADAA; }
p { color: rgb(61,173,170); }
H1.HeaderClassName
{
color: #3DADAA;
}
.AnyTagClassName
{
color: #3DADAA;
}
</style>
background-color css
<style>
a { background-color: #3DADAA; }
a { background-color: rgb(61,173,170); }
div.DivClassName
{
background-color: #3DADAA;
}
.BgClassName
{
background-color: #3DADAA;
}
</style>
border-color css
<style>
span { border-color: #3DADAA; }
span { border-color: rgb(61,173,170); }
td.TdClassName
{
border-color: #3DADAA;
}
.TagClassName
{
border-color: #3DADAA;
}
</style>