Shades of Light Sea Green #3DBAAC
Tints of Light Sea Green #3DBAAC
RGB
CMYK
RGB Variations
Color information
#3DBAAC (or 0x3DBAAC) is known color: Light Sea Green. HEX triplet: 3D, BA and AC. RGB value is (61,186,172). Sum of RGB (Red+Green+Blue) = 61+186+172=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBAAC is #C24553. Grayscale: #929292. Windows color (decimal): -12731732 or 11319869. OLE color: 11319869.
HSL color Cylindrical-coordinate representation of color #3DBAAC: hue angle of 173.28º 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 #3DBAAC is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 172 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.27 |
| HSL | 173.28º | 0.51% | 0.48% | - |
| HSV(B) | 173.28º | 0.67% | 0.73% | - |
| XYZ | 26.93 | 39.09 | 45.16 | - |
| YUV | 147.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 172 | 0.67 | 0 | 0.08 | 0.27 | 173.28 | 0.51 | 0.48 |
| Hex | 3D | BA | AC | 43 | 0 | 8 | 1B | AD | 33 | 30 |
| Octal | 75 | 272 | 254 | 103 | 0 | 10 | 33 | 255 | 63 | 60 |
| Binary | 111101 | 10111010 | 10101100 | 1000011 | 0 | 1000 | 11011 | 10101101 | 110011 | 110000 |
Color Harmonies of #3DBAAC
Complementary color
Monochromatic Colors of #3DBAAC
Black with #3DBAAC
Text Example
Text Example
White with #3DBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBAAC; }
p { color: rgb(61,186,172); }
H1.HeaderClassName
{
color: #3DBAAC;
}
.AnyTagClassName
{
color: #3DBAAC;
}
</style>
background-color css
<style>
a { background-color: #3DBAAC; }
a { background-color: rgb(61,186,172); }
div.DivClassName
{
background-color: #3DBAAC;
}
.BgClassName
{
background-color: #3DBAAC;
}
</style>
border-color css
<style>
span { border-color: #3DBAAC; }
span { border-color: rgb(61,186,172); }
td.TdClassName
{
border-color: #3DBAAC;
}
.TagClassName
{
border-color: #3DBAAC;
}
</style>