Shades of Light Sea Green #3DAEAC
Tints of Light Sea Green #3DAEAC
RGB
CMYK
RGB Variations
Color information
#3DAEAC (or 0x3DAEAC) is known color: Light Sea Green. HEX triplet: 3D, AE and AC. RGB value is (61,174,172). Sum of RGB (Red+Green+Blue) = 61+174+172=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAEAC is #C25153. Grayscale: #8B8B8B. Windows color (decimal): -12734804 or 11316797. OLE color: 11316797.
HSL color Cylindrical-coordinate representation of color #3DAEAC: hue angle of 178.94º 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 #3DAEAC is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 172 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.32 |
| HSL | 178.94º | 0.48% | 0.46% | - |
| HSV(B) | 178.94º | 0.65% | 0.68% | - |
| XYZ | 24.51 | 34.24 | 44.35 | - |
| YUV | 139.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 172 | 0.65 | 0 | 0.01 | 0.32 | 178.94 | 0.48 | 0.46 |
| Hex | 3D | AE | AC | 41 | 0 | 1 | 20 | B3 | 30 | 2E |
| Octal | 75 | 256 | 254 | 101 | 0 | 1 | 40 | 263 | 60 | 56 |
| Binary | 111101 | 10101110 | 10101100 | 1000001 | 0 | 1 | 100000 | 10110011 | 110000 | 101110 |
Color Harmonies of #3DAEAC
Complementary color
Monochromatic Colors of #3DAEAC
Black with #3DAEAC
Text Example
Text Example
White with #3DAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAEAC; }
p { color: rgb(61,174,172); }
H1.HeaderClassName
{
color: #3DAEAC;
}
.AnyTagClassName
{
color: #3DAEAC;
}
</style>
background-color css
<style>
a { background-color: #3DAEAC; }
a { background-color: rgb(61,174,172); }
div.DivClassName
{
background-color: #3DAEAC;
}
.BgClassName
{
background-color: #3DAEAC;
}
</style>
border-color css
<style>
span { border-color: #3DAEAC; }
span { border-color: rgb(61,174,172); }
td.TdClassName
{
border-color: #3DAEAC;
}
.TagClassName
{
border-color: #3DAEAC;
}
</style>