Shades of Light Sea Green #3AABAE
Tints of Light Sea Green #3AABAE
RGB
CMYK
RGB Variations
Color information
#3AABAE (or 0x3AABAE) is known color: Light Sea Green. HEX triplet: 3A, AB and AE. RGB value is (58,171,174). Sum of RGB (Red+Green+Blue) = 58+171+174=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABAE is #C55451. Grayscale: #898989. Windows color (decimal): -12932178 or 11447098. OLE color: 11447098.
HSL color Cylindrical-coordinate representation of color #3AABAE: hue angle of 181.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AABAE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 171 | 174 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.32 |
| HSL | 181.55º | 0.5% | 0.45% | - |
| HSV(B) | 181.55º | 0.67% | 0.68% | - |
| XYZ | 23.95 | 33.08 | 45.17 | - |
| YUV | 137.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 174 | 0.67 | 0.02 | 0 | 0.32 | 181.55 | 0.5 | 0.45 |
| Hex | 3A | AB | AE | 43 | 2 | 0 | 20 | B6 | 32 | 2D |
| Octal | 72 | 253 | 256 | 103 | 2 | 0 | 40 | 266 | 62 | 55 |
| Binary | 111010 | 10101011 | 10101110 | 1000011 | 10 | 0 | 100000 | 10110110 | 110010 | 101101 |
Color Harmonies of #3AABAE
Complementary color
Monochromatic Colors of #3AABAE
Black with #3AABAE
Text Example
Text Example
White with #3AABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABAE; }
p { color: rgb(58,171,174); }
H1.HeaderClassName
{
color: #3AABAE;
}
.AnyTagClassName
{
color: #3AABAE;
}
</style>
background-color css
<style>
a { background-color: #3AABAE; }
a { background-color: rgb(58,171,174); }
div.DivClassName
{
background-color: #3AABAE;
}
.BgClassName
{
background-color: #3AABAE;
}
</style>
border-color css
<style>
span { border-color: #3AABAE; }
span { border-color: rgb(58,171,174); }
td.TdClassName
{
border-color: #3AABAE;
}
.TagClassName
{
border-color: #3AABAE;
}
</style>