Shades of Light Sea Green #3DAEA5
Tints of Light Sea Green #3DAEA5
RGB
CMYK
RGB Variations
Color information
#3DAEA5 (or 0x3DAEA5) is known color: Light Sea Green. HEX triplet: 3D, AE and A5. RGB value is (61,174,165). Sum of RGB (Red+Green+Blue) = 61+174+165=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAEA5 is #C2515A. Grayscale: #8B8B8B. Windows color (decimal): -12734811 or 10858045. OLE color: 10858045.
HSL color Cylindrical-coordinate representation of color #3DAEA5: hue angle of 175.22º 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 #3DAEA5 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 165 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.32 |
| HSL | 175.22º | 0.48% | 0.46% | - |
| HSV(B) | 175.22º | 0.65% | 0.68% | - |
| XYZ | 23.85 | 33.98 | 40.9 | - |
| YUV | 139.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 165 | 0.65 | 0 | 0.05 | 0.32 | 175.22 | 0.48 | 0.46 |
| Hex | 3D | AE | A5 | 41 | 0 | 5 | 20 | AF | 30 | 2E |
| Octal | 75 | 256 | 245 | 101 | 0 | 5 | 40 | 257 | 60 | 56 |
| Binary | 111101 | 10101110 | 10100101 | 1000001 | 0 | 101 | 100000 | 10101111 | 110000 | 101110 |
Color Harmonies of #3DAEA5
Complementary color
Monochromatic Colors of #3DAEA5
Black with #3DAEA5
Text Example
Text Example
White with #3DAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAEA5; }
p { color: rgb(61,174,165); }
H1.HeaderClassName
{
color: #3DAEA5;
}
.AnyTagClassName
{
color: #3DAEA5;
}
</style>
background-color css
<style>
a { background-color: #3DAEA5; }
a { background-color: rgb(61,174,165); }
div.DivClassName
{
background-color: #3DAEA5;
}
.BgClassName
{
background-color: #3DAEA5;
}
</style>
border-color css
<style>
span { border-color: #3DAEA5; }
span { border-color: rgb(61,174,165); }
td.TdClassName
{
border-color: #3DAEA5;
}
.TagClassName
{
border-color: #3DAEA5;
}
</style>