Shades of Light Sea Green #3DB3AC
Tints of Light Sea Green #3DB3AC
RGB
CMYK
RGB Variations
Color information
#3DB3AC (or 0x3DB3AC) is known color: Light Sea Green. HEX triplet: 3D, B3 and AC. RGB value is (61,179,172). Sum of RGB (Red+Green+Blue) = 61+179+172=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB3AC is #C24C53. Grayscale: #8E8E8E. Windows color (decimal): -12733524 or 11318077. OLE color: 11318077.
HSL color Cylindrical-coordinate representation of color #3DB3AC: hue angle of 176.44º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB3AC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 172 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.30 |
| HSL | 176.44º | 0.49% | 0.47% | - |
| HSV(B) | 176.44º | 0.66% | 0.7% | - |
| XYZ | 25.49 | 36.21 | 44.68 | - |
| YUV | 142.92 | 144.41 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 172 | 0.66 | 0 | 0.04 | 0.30 | 176.44 | 0.49 | 0.47 |
| Hex | 3D | B3 | AC | 42 | 0 | 4 | 1E | B0 | 31 | 2F |
| Octal | 75 | 263 | 254 | 102 | 0 | 4 | 36 | 260 | 61 | 57 |
| Binary | 111101 | 10110011 | 10101100 | 1000010 | 0 | 100 | 11110 | 10110000 | 110001 | 101111 |
Color Harmonies of #3DB3AC
Complementary color
Monochromatic Colors of #3DB3AC
Black with #3DB3AC
Text Example
Text Example
White with #3DB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB3AC; }
p { color: rgb(61,179,172); }
H1.HeaderClassName
{
color: #3DB3AC;
}
.AnyTagClassName
{
color: #3DB3AC;
}
</style>
background-color css
<style>
a { background-color: #3DB3AC; }
a { background-color: rgb(61,179,172); }
div.DivClassName
{
background-color: #3DB3AC;
}
.BgClassName
{
background-color: #3DB3AC;
}
</style>
border-color css
<style>
span { border-color: #3DB3AC; }
span { border-color: rgb(61,179,172); }
td.TdClassName
{
border-color: #3DB3AC;
}
.TagClassName
{
border-color: #3DB3AC;
}
</style>