Shades of Light Sea Green #3AB2AD
Tints of Light Sea Green #3AB2AD
RGB
CMYK
RGB Variations
Color information
#3AB2AD (or 0x3AB2AD) is known color: Light Sea Green. HEX triplet: 3A, B2 and AD. RGB value is (58,178,173). Sum of RGB (Red+Green+Blue) = 58+178+173=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB2AD is #C54D52. Grayscale: #8D8D8D. Windows color (decimal): -12930387 or 11383354. OLE color: 11383354.
HSL color Cylindrical-coordinate representation of color #3AB2AD: hue angle of 177.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB2AD is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 173 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.30 |
| HSL | 177.5º | 0.51% | 0.46% | - |
| HSV(B) | 177.5º | 0.67% | 0.7% | - |
| XYZ | 25.21 | 35.76 | 45.11 | - |
| YUV | 141.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 173 | 0.67 | 0 | 0.03 | 0.30 | 177.5 | 0.51 | 0.46 |
| Hex | 3A | B2 | AD | 43 | 0 | 3 | 1E | B2 | 33 | 2E |
| Octal | 72 | 262 | 255 | 103 | 0 | 3 | 36 | 262 | 63 | 56 |
| Binary | 111010 | 10110010 | 10101101 | 1000011 | 0 | 11 | 11110 | 10110010 | 110011 | 101110 |
Color Harmonies of #3AB2AD
Complementary color
Monochromatic Colors of #3AB2AD
Black with #3AB2AD
Text Example
Text Example
White with #3AB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB2AD; }
p { color: rgb(58,178,173); }
H1.HeaderClassName
{
color: #3AB2AD;
}
.AnyTagClassName
{
color: #3AB2AD;
}
</style>
background-color css
<style>
a { background-color: #3AB2AD; }
a { background-color: rgb(58,178,173); }
div.DivClassName
{
background-color: #3AB2AD;
}
.BgClassName
{
background-color: #3AB2AD;
}
</style>
border-color css
<style>
span { border-color: #3AB2AD; }
span { border-color: rgb(58,178,173); }
td.TdClassName
{
border-color: #3AB2AD;
}
.TagClassName
{
border-color: #3AB2AD;
}
</style>