Shades of Light Sea Green #3AADB0
Tints of Light Sea Green #3AADB0
RGB
CMYK
RGB Variations
Color information
#3AADB0 (or 0x3AADB0) is known color: Light Sea Green. HEX triplet: 3A, AD and B0. RGB value is (58,173,176). Sum of RGB (Red+Green+Blue) = 58+173+176=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #3AADB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AADB0 is #C5524F. Grayscale: #8A8A8A. Windows color (decimal): -12931664 or 11578682. OLE color: 11578682.
HSL color Cylindrical-coordinate representation of color #3AADB0: hue angle of 181.53º 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 #3AADB0 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 173 | 176 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.31 |
| HSL | 181.53º | 0.5% | 0.46% | - |
| HSV(B) | 181.53º | 0.67% | 0.69% | - |
| XYZ | 24.52 | 33.92 | 46.33 | - |
| YUV | 138.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 176 | 0.67 | 0.02 | 0 | 0.31 | 181.53 | 0.5 | 0.46 |
| Hex | 3A | AD | B0 | 43 | 2 | 0 | 1F | B6 | 32 | 2E |
| Octal | 72 | 255 | 260 | 103 | 2 | 0 | 37 | 266 | 62 | 56 |
| Binary | 111010 | 10101101 | 10110000 | 1000011 | 10 | 0 | 11111 | 10110110 | 110010 | 101110 |
Color Harmonies of #3AADB0
Complementary color
Monochromatic Colors of #3AADB0
Black with #3AADB0
Text Example
Text Example
White with #3AADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADB0; }
p { color: rgb(58,173,176); }
H1.HeaderClassName
{
color: #3AADB0;
}
.AnyTagClassName
{
color: #3AADB0;
}
</style>
background-color css
<style>
a { background-color: #3AADB0; }
a { background-color: rgb(58,173,176); }
div.DivClassName
{
background-color: #3AADB0;
}
.BgClassName
{
background-color: #3AADB0;
}
</style>
border-color css
<style>
span { border-color: #3AADB0; }
span { border-color: rgb(58,173,176); }
td.TdClassName
{
border-color: #3AADB0;
}
.TagClassName
{
border-color: #3AADB0;
}
</style>