Shades of Light Sea Green #3DB1AD
Tints of Light Sea Green #3DB1AD
RGB
CMYK
RGB Variations
Color information
#3DB1AD (or 0x3DB1AD) is known color: Light Sea Green. HEX triplet: 3D, B1 and AD. RGB value is (61,177,173). Sum of RGB (Red+Green+Blue) = 61+177+173=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB1AD is #C24E52. Grayscale: #8D8D8D. Windows color (decimal): -12734035 or 11383101. OLE color: 11383101.
HSL color Cylindrical-coordinate representation of color #3DB1AD: hue angle of 177.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB1AD is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 173 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.31 |
| HSL | 177.93º | 0.49% | 0.47% | - |
| HSV(B) | 177.93º | 0.66% | 0.69% | - |
| XYZ | 25.19 | 35.45 | 45.05 | - |
| YUV | 141.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 173 | 0.66 | 0 | 0.02 | 0.31 | 177.93 | 0.49 | 0.47 |
| Hex | 3D | B1 | AD | 42 | 0 | 2 | 1F | B2 | 31 | 2F |
| Octal | 75 | 261 | 255 | 102 | 0 | 2 | 37 | 262 | 61 | 57 |
| Binary | 111101 | 10110001 | 10101101 | 1000010 | 0 | 10 | 11111 | 10110010 | 110001 | 101111 |
Color Harmonies of #3DB1AD
Complementary color
Monochromatic Colors of #3DB1AD
Black with #3DB1AD
Text Example
Text Example
White with #3DB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1AD; }
p { color: rgb(61,177,173); }
H1.HeaderClassName
{
color: #3DB1AD;
}
.AnyTagClassName
{
color: #3DB1AD;
}
</style>
background-color css
<style>
a { background-color: #3DB1AD; }
a { background-color: rgb(61,177,173); }
div.DivClassName
{
background-color: #3DB1AD;
}
.BgClassName
{
background-color: #3DB1AD;
}
</style>
border-color css
<style>
span { border-color: #3DB1AD; }
span { border-color: rgb(61,177,173); }
td.TdClassName
{
border-color: #3DB1AD;
}
.TagClassName
{
border-color: #3DB1AD;
}
</style>