Shades of Light Sea Green #3AB9AA
Tints of Light Sea Green #3AB9AA
RGB
CMYK
RGB Variations
Color information
#3AB9AA (or 0x3AB9AA) is known color: Light Sea Green. HEX triplet: 3A, B9 and AA. RGB value is (58,185,170). Sum of RGB (Red+Green+Blue) = 58+185+170=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB9AA is #C54655. Grayscale: #919191. Windows color (decimal): -12928598 or 11188538. OLE color: 11188538.
HSL color Cylindrical-coordinate representation of color #3AB9AA: hue angle of 172.91º 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 #3AB9AA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 170 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.27 |
| HSL | 172.91º | 0.52% | 0.48% | - |
| HSV(B) | 172.91º | 0.69% | 0.73% | - |
| XYZ | 26.35 | 38.5 | 44.07 | - |
| YUV | 145.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 170 | 0.69 | 0 | 0.08 | 0.27 | 172.91 | 0.52 | 0.48 |
| Hex | 3A | B9 | AA | 45 | 0 | 8 | 1B | AD | 34 | 30 |
| Octal | 72 | 271 | 252 | 105 | 0 | 10 | 33 | 255 | 64 | 60 |
| Binary | 111010 | 10111001 | 10101010 | 1000101 | 0 | 1000 | 11011 | 10101101 | 110100 | 110000 |
Color Harmonies of #3AB9AA
Complementary color
Monochromatic Colors of #3AB9AA
Black with #3AB9AA
Text Example
Text Example
White with #3AB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB9AA; }
p { color: rgb(58,185,170); }
H1.HeaderClassName
{
color: #3AB9AA;
}
.AnyTagClassName
{
color: #3AB9AA;
}
</style>
background-color css
<style>
a { background-color: #3AB9AA; }
a { background-color: rgb(58,185,170); }
div.DivClassName
{
background-color: #3AB9AA;
}
.BgClassName
{
background-color: #3AB9AA;
}
</style>
border-color css
<style>
span { border-color: #3AB9AA; }
span { border-color: rgb(58,185,170); }
td.TdClassName
{
border-color: #3AB9AA;
}
.TagClassName
{
border-color: #3AB9AA;
}
</style>