Shades of Light Sea Green #3DACAB
Tints of Light Sea Green #3DACAB
RGB
CMYK
RGB Variations
Color information
#3DACAB (or 0x3DACAB) is known color: Light Sea Green. HEX triplet: 3D, AC and AB. RGB value is (61,172,171). Sum of RGB (Red+Green+Blue) = 61+172+171=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #3DACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DACAB is #C25354. Grayscale: #8A8A8A. Windows color (decimal): -12735317 or 11250749. OLE color: 11250749.
HSL color Cylindrical-coordinate representation of color #3DACAB: hue angle of 179.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DACAB is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 171 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.33 |
| HSL | 179.46º | 0.48% | 0.46% | - |
| HSV(B) | 179.46º | 0.65% | 0.67% | - |
| XYZ | 24.03 | 33.44 | 43.72 | - |
| YUV | 138.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 171 | 0.65 | 0 | 0.01 | 0.33 | 179.46 | 0.48 | 0.46 |
| Hex | 3D | AC | AB | 41 | 0 | 1 | 21 | B3 | 30 | 2E |
| Octal | 75 | 254 | 253 | 101 | 0 | 1 | 41 | 263 | 60 | 56 |
| Binary | 111101 | 10101100 | 10101011 | 1000001 | 0 | 1 | 100001 | 10110011 | 110000 | 101110 |
Color Harmonies of #3DACAB
Complementary color
Monochromatic Colors of #3DACAB
Black with #3DACAB
Text Example
Text Example
White with #3DACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DACAB; }
p { color: rgb(61,172,171); }
H1.HeaderClassName
{
color: #3DACAB;
}
.AnyTagClassName
{
color: #3DACAB;
}
</style>
background-color css
<style>
a { background-color: #3DACAB; }
a { background-color: rgb(61,172,171); }
div.DivClassName
{
background-color: #3DACAB;
}
.BgClassName
{
background-color: #3DACAB;
}
</style>
border-color css
<style>
span { border-color: #3DACAB; }
span { border-color: rgb(61,172,171); }
td.TdClassName
{
border-color: #3DACAB;
}
.TagClassName
{
border-color: #3DACAB;
}
</style>