Shades of Light Sea Green #3DBAAB
Tints of Light Sea Green #3DBAAB
RGB
CMYK
RGB Variations
Color information
#3DBAAB (or 0x3DBAAB) is known color: Light Sea Green. HEX triplet: 3D, BA and AB. RGB value is (61,186,171). Sum of RGB (Red+Green+Blue) = 61+186+171=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBAAB is #C24554. Grayscale: #929292. Windows color (decimal): -12731733 or 11254333. OLE color: 11254333.
HSL color Cylindrical-coordinate representation of color #3DBAAB: hue angle of 172.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBAAB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 171 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.27 |
| HSL | 172.8º | 0.51% | 0.48% | - |
| HSV(B) | 172.8º | 0.67% | 0.73% | - |
| XYZ | 26.83 | 39.05 | 44.65 | - |
| YUV | 146.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 171 | 0.67 | 0 | 0.08 | 0.27 | 172.8 | 0.51 | 0.48 |
| Hex | 3D | BA | AB | 43 | 0 | 8 | 1B | AD | 33 | 30 |
| Octal | 75 | 272 | 253 | 103 | 0 | 10 | 33 | 255 | 63 | 60 |
| Binary | 111101 | 10111010 | 10101011 | 1000011 | 0 | 1000 | 11011 | 10101101 | 110011 | 110000 |
Color Harmonies of #3DBAAB
Complementary color
Monochromatic Colors of #3DBAAB
Black with #3DBAAB
Text Example
Text Example
White with #3DBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBAAB; }
p { color: rgb(61,186,171); }
H1.HeaderClassName
{
color: #3DBAAB;
}
.AnyTagClassName
{
color: #3DBAAB;
}
</style>
background-color css
<style>
a { background-color: #3DBAAB; }
a { background-color: rgb(61,186,171); }
div.DivClassName
{
background-color: #3DBAAB;
}
.BgClassName
{
background-color: #3DBAAB;
}
</style>
border-color css
<style>
span { border-color: #3DBAAB; }
span { border-color: rgb(61,186,171); }
td.TdClassName
{
border-color: #3DBAAB;
}
.TagClassName
{
border-color: #3DBAAB;
}
</style>