Shades of Light Sea Green #3DA8AB
Tints of Light Sea Green #3DA8AB
RGB
CMYK
RGB Variations
Color information
#3DA8AB (or 0x3DA8AB) is known color: Light Sea Green. HEX triplet: 3D, A8 and AB. RGB value is (61,168,171). Sum of RGB (Red+Green+Blue) = 61+168+171=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #3DA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA8AB is #C25754. Grayscale: #888888. Windows color (decimal): -12736341 or 11249725. OLE color: 11249725.
HSL color Cylindrical-coordinate representation of color #3DA8AB: hue angle of 181.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA8AB is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 168 | 171 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.33 |
| HSL | 181.64º | 0.47% | 0.45% | - |
| HSV(B) | 181.64º | 0.64% | 0.67% | - |
| XYZ | 23.28 | 31.94 | 43.47 | - |
| YUV | 136.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 171 | 0.64 | 0.02 | 0 | 0.33 | 181.64 | 0.47 | 0.45 |
| Hex | 3D | A8 | AB | 40 | 2 | 0 | 21 | B6 | 2F | 2D |
| Octal | 75 | 250 | 253 | 100 | 2 | 0 | 41 | 266 | 57 | 55 |
| Binary | 111101 | 10101000 | 10101011 | 1000000 | 10 | 0 | 100001 | 10110110 | 101111 | 101101 |
Color Harmonies of #3DA8AB
Complementary color
Monochromatic Colors of #3DA8AB
Black with #3DA8AB
Text Example
Text Example
White with #3DA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA8AB; }
p { color: rgb(61,168,171); }
H1.HeaderClassName
{
color: #3DA8AB;
}
.AnyTagClassName
{
color: #3DA8AB;
}
</style>
background-color css
<style>
a { background-color: #3DA8AB; }
a { background-color: rgb(61,168,171); }
div.DivClassName
{
background-color: #3DA8AB;
}
.BgClassName
{
background-color: #3DA8AB;
}
</style>
border-color css
<style>
span { border-color: #3DA8AB; }
span { border-color: rgb(61,168,171); }
td.TdClassName
{
border-color: #3DA8AB;
}
.TagClassName
{
border-color: #3DA8AB;
}
</style>