Shades of Light Sea Green #3AB2A2
Tints of Light Sea Green #3AB2A2
RGB
CMYK
RGB Variations
Color information
#3AB2A2 (or 0x3AB2A2) is known color: Light Sea Green. HEX triplet: 3A, B2 and A2. RGB value is (58,178,162). Sum of RGB (Red+Green+Blue) = 58+178+162=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB2A2 is #C54D5D. Grayscale: #8C8C8C. Windows color (decimal): -12930398 or 10662458. OLE color: 10662458.
HSL color Cylindrical-coordinate representation of color #3AB2A2: hue angle of 172º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB2A2 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 162 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.30 |
| HSL | 172º | 0.51% | 0.46% | - |
| HSV(B) | 172º | 0.67% | 0.7% | - |
| XYZ | 24.19 | 35.35 | 39.73 | - |
| YUV | 140.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 162 | 0.67 | 0 | 0.09 | 0.30 | 172 | 0.51 | 0.46 |
| Hex | 3A | B2 | A2 | 43 | 0 | 9 | 1E | AC | 33 | 2E |
| Octal | 72 | 262 | 242 | 103 | 0 | 11 | 36 | 254 | 63 | 56 |
| Binary | 111010 | 10110010 | 10100010 | 1000011 | 0 | 1001 | 11110 | 10101100 | 110011 | 101110 |
Color Harmonies of #3AB2A2
Complementary color
Monochromatic Colors of #3AB2A2
Black with #3AB2A2
Text Example
Text Example
White with #3AB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB2A2; }
p { color: rgb(58,178,162); }
H1.HeaderClassName
{
color: #3AB2A2;
}
.AnyTagClassName
{
color: #3AB2A2;
}
</style>
background-color css
<style>
a { background-color: #3AB2A2; }
a { background-color: rgb(58,178,162); }
div.DivClassName
{
background-color: #3AB2A2;
}
.BgClassName
{
background-color: #3AB2A2;
}
</style>
border-color css
<style>
span { border-color: #3AB2A2; }
span { border-color: rgb(58,178,162); }
td.TdClassName
{
border-color: #3AB2A2;
}
.TagClassName
{
border-color: #3AB2A2;
}
</style>