Shades of Light Sea Green #3DACA7
Tints of Light Sea Green #3DACA7
RGB
CMYK
RGB Variations
Color information
#3DACA7 (or 0x3DACA7) is known color: Light Sea Green. HEX triplet: 3D, AC and A7. RGB value is (61,172,167). Sum of RGB (Red+Green+Blue) = 61+172+167=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #3DACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DACA7 is #C25358. Grayscale: #8A8A8A. Windows color (decimal): -12735321 or 10988605. OLE color: 10988605.
HSL color Cylindrical-coordinate representation of color #3DACA7: hue angle of 177.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DACA7 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 167 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.33 |
| HSL | 177.3º | 0.48% | 0.46% | - |
| HSV(B) | 177.3º | 0.65% | 0.67% | - |
| XYZ | 23.65 | 33.29 | 41.74 | - |
| YUV | 138.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 167 | 0.65 | 0 | 0.03 | 0.33 | 177.3 | 0.48 | 0.46 |
| Hex | 3D | AC | A7 | 41 | 0 | 3 | 21 | B1 | 30 | 2E |
| Octal | 75 | 254 | 247 | 101 | 0 | 3 | 41 | 261 | 60 | 56 |
| Binary | 111101 | 10101100 | 10100111 | 1000001 | 0 | 11 | 100001 | 10110001 | 110000 | 101110 |
Color Harmonies of #3DACA7
Complementary color
Monochromatic Colors of #3DACA7
Black with #3DACA7
Text Example
Text Example
White with #3DACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DACA7; }
p { color: rgb(61,172,167); }
H1.HeaderClassName
{
color: #3DACA7;
}
.AnyTagClassName
{
color: #3DACA7;
}
</style>
background-color css
<style>
a { background-color: #3DACA7; }
a { background-color: rgb(61,172,167); }
div.DivClassName
{
background-color: #3DACA7;
}
.BgClassName
{
background-color: #3DACA7;
}
</style>
border-color css
<style>
span { border-color: #3DACA7; }
span { border-color: rgb(61,172,167); }
td.TdClassName
{
border-color: #3DACA7;
}
.TagClassName
{
border-color: #3DACA7;
}
</style>