Shades of Light Sea Green #3DB0A6
Tints of Light Sea Green #3DB0A6
RGB
CMYK
RGB Variations
Color information
#3DB0A6 (or 0x3DB0A6) is known color: Light Sea Green. HEX triplet: 3D, B0 and A6. RGB value is (61,176,166). Sum of RGB (Red+Green+Blue) = 61+176+166=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB0A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB0A6 is #C24F59. Grayscale: #8C8C8C. Windows color (decimal): -12734298 or 10924093. OLE color: 10924093.
HSL color Cylindrical-coordinate representation of color #3DB0A6: hue angle of 174.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB0A6 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 166 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.31 |
| HSL | 174.78º | 0.49% | 0.46% | - |
| HSV(B) | 174.78º | 0.65% | 0.69% | - |
| XYZ | 24.33 | 34.8 | 41.51 | - |
| YUV | 140.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 166 | 0.65 | 0 | 0.06 | 0.31 | 174.78 | 0.49 | 0.46 |
| Hex | 3D | B0 | A6 | 41 | 0 | 6 | 1F | AF | 31 | 2E |
| Octal | 75 | 260 | 246 | 101 | 0 | 6 | 37 | 257 | 61 | 56 |
| Binary | 111101 | 10110000 | 10100110 | 1000001 | 0 | 110 | 11111 | 10101111 | 110001 | 101110 |
Color Harmonies of #3DB0A6
Complementary color
Monochromatic Colors of #3DB0A6
Black with #3DB0A6
Text Example
Text Example
White with #3DB0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0A6; }
p { color: rgb(61,176,166); }
H1.HeaderClassName
{
color: #3DB0A6;
}
.AnyTagClassName
{
color: #3DB0A6;
}
</style>
background-color css
<style>
a { background-color: #3DB0A6; }
a { background-color: rgb(61,176,166); }
div.DivClassName
{
background-color: #3DB0A6;
}
.BgClassName
{
background-color: #3DB0A6;
}
</style>
border-color css
<style>
span { border-color: #3DB0A6; }
span { border-color: rgb(61,176,166); }
td.TdClassName
{
border-color: #3DB0A6;
}
.TagClassName
{
border-color: #3DB0A6;
}
</style>