Shades of Light Sea Green #3ABAA7
Tints of Light Sea Green #3ABAA7
RGB
CMYK
RGB Variations
Color information
#3ABAA7 (or 0x3ABAA7) is known color: Light Sea Green. HEX triplet: 3A, BA and A7. RGB value is (58,186,167). Sum of RGB (Red+Green+Blue) = 58+186+167=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAA7 is #C54558. Grayscale: #919191. Windows color (decimal): -12928345 or 10992186. OLE color: 10992186.
HSL color Cylindrical-coordinate representation of color #3ABAA7: hue angle of 171.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABAA7 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 167 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.27 |
| HSL | 171.09º | 0.52% | 0.48% | - |
| HSV(B) | 171.09º | 0.69% | 0.73% | - |
| XYZ | 26.28 | 38.81 | 42.66 | - |
| YUV | 145.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 167 | 0.69 | 0 | 0.10 | 0.27 | 171.09 | 0.52 | 0.48 |
| Hex | 3A | BA | A7 | 45 | 0 | A | 1B | AB | 34 | 30 |
| Octal | 72 | 272 | 247 | 105 | 0 | 12 | 33 | 253 | 64 | 60 |
| Binary | 111010 | 10111010 | 10100111 | 1000101 | 0 | 1010 | 11011 | 10101011 | 110100 | 110000 |
Color Harmonies of #3ABAA7
Complementary color
Monochromatic Colors of #3ABAA7
Black with #3ABAA7
Text Example
Text Example
White with #3ABAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAA7; }
p { color: rgb(58,186,167); }
H1.HeaderClassName
{
color: #3ABAA7;
}
.AnyTagClassName
{
color: #3ABAA7;
}
</style>
background-color css
<style>
a { background-color: #3ABAA7; }
a { background-color: rgb(58,186,167); }
div.DivClassName
{
background-color: #3ABAA7;
}
.BgClassName
{
background-color: #3ABAA7;
}
</style>
border-color css
<style>
span { border-color: #3ABAA7; }
span { border-color: rgb(58,186,167); }
td.TdClassName
{
border-color: #3ABAA7;
}
.TagClassName
{
border-color: #3ABAA7;
}
</style>