Shades of Light Sea Green #3DABAD
Tints of Light Sea Green #3DABAD
RGB
CMYK
RGB Variations
Color information
#3DABAD (or 0x3DABAD) is known color: Light Sea Green. HEX triplet: 3D, AB and AD. RGB value is (61,171,173). Sum of RGB (Red+Green+Blue) = 61+171+173=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #3DABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DABAD is #C25452. Grayscale: #8A8A8A. Windows color (decimal): -12735571 or 11381565. OLE color: 11381565.
HSL color Cylindrical-coordinate representation of color #3DABAD: hue angle of 181.07º 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 #3DABAD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 171 | 173 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.32 |
| HSL | 181.07º | 0.48% | 0.46% | - |
| HSV(B) | 181.07º | 0.65% | 0.68% | - |
| XYZ | 24.03 | 33.14 | 44.66 | - |
| YUV | 138.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 173 | 0.65 | 0.01 | 0 | 0.32 | 181.07 | 0.48 | 0.46 |
| Hex | 3D | AB | AD | 41 | 1 | 0 | 20 | B5 | 30 | 2E |
| Octal | 75 | 253 | 255 | 101 | 1 | 0 | 40 | 265 | 60 | 56 |
| Binary | 111101 | 10101011 | 10101101 | 1000001 | 1 | 0 | 100000 | 10110101 | 110000 | 101110 |
Color Harmonies of #3DABAD
Complementary color
Monochromatic Colors of #3DABAD
Black with #3DABAD
Text Example
Text Example
White with #3DABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABAD; }
p { color: rgb(61,171,173); }
H1.HeaderClassName
{
color: #3DABAD;
}
.AnyTagClassName
{
color: #3DABAD;
}
</style>
background-color css
<style>
a { background-color: #3DABAD; }
a { background-color: rgb(61,171,173); }
div.DivClassName
{
background-color: #3DABAD;
}
.BgClassName
{
background-color: #3DABAD;
}
</style>
border-color css
<style>
span { border-color: #3DABAD; }
span { border-color: rgb(61,171,173); }
td.TdClassName
{
border-color: #3DABAD;
}
.TagClassName
{
border-color: #3DABAD;
}
</style>