Shades of Light Sea Green #3AB6AD
Tints of Light Sea Green #3AB6AD
RGB
CMYK
RGB Variations
Color information
#3AB6AD (or 0x3AB6AD) is known color: Light Sea Green. HEX triplet: 3A, B6 and AD. RGB value is (58,182,173). Sum of RGB (Red+Green+Blue) = 58+182+173=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB6AD is #C54952. Grayscale: #8F8F8F. Windows color (decimal): -12929363 or 11384378. OLE color: 11384378.
HSL color Cylindrical-coordinate representation of color #3AB6AD: hue angle of 175.65º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB6AD is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 182 | 173 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.29 |
| HSL | 175.65º | 0.52% | 0.47% | - |
| HSV(B) | 175.65º | 0.68% | 0.71% | - |
| XYZ | 26.02 | 37.37 | 45.38 | - |
| YUV | 143.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 182 | 173 | 0.68 | 0 | 0.05 | 0.29 | 175.65 | 0.52 | 0.47 |
| Hex | 3A | B6 | AD | 44 | 0 | 5 | 1D | B0 | 34 | 2F |
| Octal | 72 | 266 | 255 | 104 | 0 | 5 | 35 | 260 | 64 | 57 |
| Binary | 111010 | 10110110 | 10101101 | 1000100 | 0 | 101 | 11101 | 10110000 | 110100 | 101111 |
Color Harmonies of #3AB6AD
Complementary color
Monochromatic Colors of #3AB6AD
Black with #3AB6AD
Text Example
Text Example
White with #3AB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB6AD; }
p { color: rgb(58,182,173); }
H1.HeaderClassName
{
color: #3AB6AD;
}
.AnyTagClassName
{
color: #3AB6AD;
}
</style>
background-color css
<style>
a { background-color: #3AB6AD; }
a { background-color: rgb(58,182,173); }
div.DivClassName
{
background-color: #3AB6AD;
}
.BgClassName
{
background-color: #3AB6AD;
}
</style>
border-color css
<style>
span { border-color: #3AB6AD; }
span { border-color: rgb(58,182,173); }
td.TdClassName
{
border-color: #3AB6AD;
}
.TagClassName
{
border-color: #3AB6AD;
}
</style>