Shades of Light Sea Green #3AADAF
Tints of Light Sea Green #3AADAF
RGB
CMYK
RGB Variations
Color information
#3AADAF (or 0x3AADAF) is known color: Light Sea Green. HEX triplet: 3A, AD and AF. RGB value is (58,173,175). Sum of RGB (Red+Green+Blue) = 58+173+175=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #3AADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AADAF is #C55250. Grayscale: #8A8A8A. Windows color (decimal): -12931665 or 11513146. OLE color: 11513146.
HSL color Cylindrical-coordinate representation of color #3AADAF: hue angle of 181.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 #3AADAF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 173 | 175 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.31 |
| HSL | 181.03º | 0.5% | 0.46% | - |
| HSV(B) | 181.03º | 0.67% | 0.69% | - |
| XYZ | 24.43 | 33.88 | 45.81 | - |
| YUV | 138.84 | 148.4 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 175 | 0.67 | 0.01 | 0 | 0.31 | 181.03 | 0.5 | 0.46 |
| Hex | 3A | AD | AF | 43 | 1 | 0 | 1F | B5 | 32 | 2E |
| Octal | 72 | 255 | 257 | 103 | 1 | 0 | 37 | 265 | 62 | 56 |
| Binary | 111010 | 10101101 | 10101111 | 1000011 | 1 | 0 | 11111 | 10110101 | 110010 | 101110 |
Color Harmonies of #3AADAF
Complementary color
Monochromatic Colors of #3AADAF
Black with #3AADAF
Text Example
Text Example
White with #3AADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADAF; }
p { color: rgb(58,173,175); }
H1.HeaderClassName
{
color: #3AADAF;
}
.AnyTagClassName
{
color: #3AADAF;
}
</style>
background-color css
<style>
a { background-color: #3AADAF; }
a { background-color: rgb(58,173,175); }
div.DivClassName
{
background-color: #3AADAF;
}
.BgClassName
{
background-color: #3AADAF;
}
</style>
border-color css
<style>
span { border-color: #3AADAF; }
span { border-color: rgb(58,173,175); }
td.TdClassName
{
border-color: #3AADAF;
}
.TagClassName
{
border-color: #3AADAF;
}
</style>