Shades of Light Sea Green #3DB9AC
Tints of Light Sea Green #3DB9AC
RGB
CMYK
RGB Variations
Color information
#3DB9AC (or 0x3DB9AC) is known color: Light Sea Green. HEX triplet: 3D, B9 and AC. RGB value is (61,185,172). Sum of RGB (Red+Green+Blue) = 61+185+172=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB9AC is #C24653. Grayscale: #929292. Windows color (decimal): -12731988 or 11319613. OLE color: 11319613.
HSL color Cylindrical-coordinate representation of color #3DB9AC: hue angle of 173.71º degrees, saturation: 0.5, 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 #3DB9AC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 172 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.27 |
| HSL | 173.71º | 0.5% | 0.48% | - |
| HSV(B) | 173.71º | 0.67% | 0.73% | - |
| XYZ | 26.72 | 38.67 | 45.09 | - |
| YUV | 146.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 172 | 0.67 | 0 | 0.07 | 0.27 | 173.71 | 0.5 | 0.48 |
| Hex | 3D | B9 | AC | 43 | 0 | 7 | 1B | AE | 32 | 30 |
| Octal | 75 | 271 | 254 | 103 | 0 | 7 | 33 | 256 | 62 | 60 |
| Binary | 111101 | 10111001 | 10101100 | 1000011 | 0 | 111 | 11011 | 10101110 | 110010 | 110000 |
Color Harmonies of #3DB9AC
Complementary color
Monochromatic Colors of #3DB9AC
Black with #3DB9AC
Text Example
Text Example
White with #3DB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9AC; }
p { color: rgb(61,185,172); }
H1.HeaderClassName
{
color: #3DB9AC;
}
.AnyTagClassName
{
color: #3DB9AC;
}
</style>
background-color css
<style>
a { background-color: #3DB9AC; }
a { background-color: rgb(61,185,172); }
div.DivClassName
{
background-color: #3DB9AC;
}
.BgClassName
{
background-color: #3DB9AC;
}
</style>
border-color css
<style>
span { border-color: #3DB9AC; }
span { border-color: rgb(61,185,172); }
td.TdClassName
{
border-color: #3DB9AC;
}
.TagClassName
{
border-color: #3DB9AC;
}
</style>