Shades of Light Sea Green #3ABAAA
Tints of Light Sea Green #3ABAAA
RGB
CMYK
RGB Variations
Color information
#3ABAAA (or 0x3ABAAA) is known color: Light Sea Green. HEX triplet: 3A, BA and AA. RGB value is (58,186,170). Sum of RGB (Red+Green+Blue) = 58+186+170=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAAA is #C54555. Grayscale: #919191. Windows color (decimal): -12928342 or 11188794. OLE color: 11188794.
HSL color Cylindrical-coordinate representation of color #3ABAAA: hue angle of 172.5º 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 #3ABAAA is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 170 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.27 |
| HSL | 172.5º | 0.52% | 0.48% | - |
| HSV(B) | 172.5º | 0.69% | 0.73% | - |
| XYZ | 26.56 | 38.92 | 44.14 | - |
| YUV | 145.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 170 | 0.69 | 0 | 0.09 | 0.27 | 172.5 | 0.52 | 0.48 |
| Hex | 3A | BA | AA | 45 | 0 | 9 | 1B | AC | 34 | 30 |
| Octal | 72 | 272 | 252 | 105 | 0 | 11 | 33 | 254 | 64 | 60 |
| Binary | 111010 | 10111010 | 10101010 | 1000101 | 0 | 1001 | 11011 | 10101100 | 110100 | 110000 |
Color Harmonies of #3ABAAA
Complementary color
Monochromatic Colors of #3ABAAA
Black with #3ABAAA
Text Example
Text Example
White with #3ABAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAAA; }
p { color: rgb(58,186,170); }
H1.HeaderClassName
{
color: #3ABAAA;
}
.AnyTagClassName
{
color: #3ABAAA;
}
</style>
background-color css
<style>
a { background-color: #3ABAAA; }
a { background-color: rgb(58,186,170); }
div.DivClassName
{
background-color: #3ABAAA;
}
.BgClassName
{
background-color: #3ABAAA;
}
</style>
border-color css
<style>
span { border-color: #3ABAAA; }
span { border-color: rgb(58,186,170); }
td.TdClassName
{
border-color: #3ABAAA;
}
.TagClassName
{
border-color: #3ABAAA;
}
</style>