Shades of Light Sea Green #3AACB0
Tints of Light Sea Green #3AACB0
RGB
CMYK
RGB Variations
Color information
#3AACB0 (or 0x3AACB0) is known color: Light Sea Green. HEX triplet: 3A, AC and B0. RGB value is (58,172,176). Sum of RGB (Red+Green+Blue) = 58+172+176=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #3AACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACB0 is #C5534F. Grayscale: #8A8A8A. Windows color (decimal): -12931920 or 11578426. OLE color: 11578426.
HSL color Cylindrical-coordinate representation of color #3AACB0: hue angle of 182.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AACB0 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 172 | 176 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.31 |
| HSL | 182.03º | 0.5% | 0.46% | - |
| HSV(B) | 182.03º | 0.67% | 0.69% | - |
| XYZ | 24.33 | 33.54 | 46.27 | - |
| YUV | 138.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 176 | 0.67 | 0.02 | 0 | 0.31 | 182.03 | 0.5 | 0.46 |
| Hex | 3A | AC | B0 | 43 | 2 | 0 | 1F | B6 | 32 | 2E |
| Octal | 72 | 254 | 260 | 103 | 2 | 0 | 37 | 266 | 62 | 56 |
| Binary | 111010 | 10101100 | 10110000 | 1000011 | 10 | 0 | 11111 | 10110110 | 110010 | 101110 |
Color Harmonies of #3AACB0
Complementary color
Monochromatic Colors of #3AACB0
Black with #3AACB0
Text Example
Text Example
White with #3AACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACB0; }
p { color: rgb(58,172,176); }
H1.HeaderClassName
{
color: #3AACB0;
}
.AnyTagClassName
{
color: #3AACB0;
}
</style>
background-color css
<style>
a { background-color: #3AACB0; }
a { background-color: rgb(58,172,176); }
div.DivClassName
{
background-color: #3AACB0;
}
.BgClassName
{
background-color: #3AACB0;
}
</style>
border-color css
<style>
span { border-color: #3AACB0; }
span { border-color: rgb(58,172,176); }
td.TdClassName
{
border-color: #3AACB0;
}
.TagClassName
{
border-color: #3AACB0;
}
</style>