Shades of Light Sea Green #3AABAB
Tints of Light Sea Green #3AABAB
RGB
CMYK
RGB Variations
Color information
#3AABAB (or 0x3AABAB) is known color: Light Sea Green. HEX triplet: 3A, AB and AB. RGB value is (58,171,171). Sum of RGB (Red+Green+Blue) = 58+171+171=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #3AABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABAB is #C55454. Grayscale: #898989. Windows color (decimal): -12932181 or 11250490. OLE color: 11250490.
HSL color Cylindrical-coordinate representation of color #3AABAB: hue angle of 180º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AABAB is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 171 | - |
| CMYK | 0.66 | 0 | 0 | 0.33 |
| HSL | 180º | 0.49% | 0.45% | - |
| HSV(B) | 180º | 0.66% | 0.67% | - |
| XYZ | 23.66 | 32.97 | 43.64 | - |
| YUV | 137.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 171 | 0.66 | 0 | 0 | 0.33 | 180 | 0.49 | 0.45 |
| Hex | 3A | AB | AB | 42 | 0 | 0 | 21 | B4 | 31 | 2D |
| Octal | 72 | 253 | 253 | 102 | 0 | 0 | 41 | 264 | 61 | 55 |
| Binary | 111010 | 10101011 | 10101011 | 1000010 | 0 | 0 | 100001 | 10110100 | 110001 | 101101 |
Color Harmonies of #3AABAB
Complementary color
Monochromatic Colors of #3AABAB
Black with #3AABAB
Text Example
Text Example
White with #3AABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABAB; }
p { color: rgb(58,171,171); }
H1.HeaderClassName
{
color: #3AABAB;
}
.AnyTagClassName
{
color: #3AABAB;
}
</style>
background-color css
<style>
a { background-color: #3AABAB; }
a { background-color: rgb(58,171,171); }
div.DivClassName
{
background-color: #3AABAB;
}
.BgClassName
{
background-color: #3AABAB;
}
</style>
border-color css
<style>
span { border-color: #3AABAB; }
span { border-color: rgb(58,171,171); }
td.TdClassName
{
border-color: #3AABAB;
}
.TagClassName
{
border-color: #3AABAB;
}
</style>