Shades of Light Sea Green #3DADA4
Tints of Light Sea Green #3DADA4
RGB
CMYK
RGB Variations
Color information
#3DADA4 (or 0x3DADA4) is known color: Light Sea Green. HEX triplet: 3D, AD and A4. RGB value is (61,173,164). Sum of RGB (Red+Green+Blue) = 61+173+164=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #3DADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DADA4 is #C2525B. Grayscale: #8A8A8A. Windows color (decimal): -12735068 or 10792253. OLE color: 10792253.
HSL color Cylindrical-coordinate representation of color #3DADA4: hue angle of 175.18º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DADA4 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 173 | 164 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.32 |
| HSL | 175.18º | 0.48% | 0.46% | - |
| HSV(B) | 175.18º | 0.65% | 0.68% | - |
| XYZ | 23.57 | 33.56 | 40.36 | - |
| YUV | 138.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 164 | 0.65 | 0 | 0.05 | 0.32 | 175.18 | 0.48 | 0.46 |
| Hex | 3D | AD | A4 | 41 | 0 | 5 | 20 | AF | 30 | 2E |
| Octal | 75 | 255 | 244 | 101 | 0 | 5 | 40 | 257 | 60 | 56 |
| Binary | 111101 | 10101101 | 10100100 | 1000001 | 0 | 101 | 100000 | 10101111 | 110000 | 101110 |
Color Harmonies of #3DADA4
Complementary color
Monochromatic Colors of #3DADA4
Black with #3DADA4
Text Example
Text Example
White with #3DADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADA4; }
p { color: rgb(61,173,164); }
H1.HeaderClassName
{
color: #3DADA4;
}
.AnyTagClassName
{
color: #3DADA4;
}
</style>
background-color css
<style>
a { background-color: #3DADA4; }
a { background-color: rgb(61,173,164); }
div.DivClassName
{
background-color: #3DADA4;
}
.BgClassName
{
background-color: #3DADA4;
}
</style>
border-color css
<style>
span { border-color: #3DADA4; }
span { border-color: rgb(61,173,164); }
td.TdClassName
{
border-color: #3DADA4;
}
.TagClassName
{
border-color: #3DADA4;
}
</style>