Shades of Light Sea Green #3DB7AC
Tints of Light Sea Green #3DB7AC
RGB
CMYK
RGB Variations
Color information
#3DB7AC (or 0x3DB7AC) is known color: Light Sea Green. HEX triplet: 3D, B7 and AC. RGB value is (61,183,172). Sum of RGB (Red+Green+Blue) = 61+183+172=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB7AC is #C24853. Grayscale: #919191. Windows color (decimal): -12732500 or 11319101. OLE color: 11319101.
HSL color Cylindrical-coordinate representation of color #3DB7AC: hue angle of 174.59º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB7AC is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 172 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.28 |
| HSL | 174.59º | 0.5% | 0.48% | - |
| HSV(B) | 174.59º | 0.67% | 0.72% | - |
| XYZ | 26.3 | 37.84 | 44.95 | - |
| YUV | 145.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 172 | 0.67 | 0 | 0.06 | 0.28 | 174.59 | 0.5 | 0.48 |
| Hex | 3D | B7 | AC | 43 | 0 | 6 | 1C | AF | 32 | 30 |
| Octal | 75 | 267 | 254 | 103 | 0 | 6 | 34 | 257 | 62 | 60 |
| Binary | 111101 | 10110111 | 10101100 | 1000011 | 0 | 110 | 11100 | 10101111 | 110010 | 110000 |
Color Harmonies of #3DB7AC
Complementary color
Monochromatic Colors of #3DB7AC
Black with #3DB7AC
Text Example
Text Example
White with #3DB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB7AC; }
p { color: rgb(61,183,172); }
H1.HeaderClassName
{
color: #3DB7AC;
}
.AnyTagClassName
{
color: #3DB7AC;
}
</style>
background-color css
<style>
a { background-color: #3DB7AC; }
a { background-color: rgb(61,183,172); }
div.DivClassName
{
background-color: #3DB7AC;
}
.BgClassName
{
background-color: #3DB7AC;
}
</style>
border-color css
<style>
span { border-color: #3DB7AC; }
span { border-color: rgb(61,183,172); }
td.TdClassName
{
border-color: #3DB7AC;
}
.TagClassName
{
border-color: #3DB7AC;
}
</style>