Shades of Light Sea Green #2AC3BA
Tints of Light Sea Green #2AC3BA
RGB
CMYK
RGB Variations
Color information
#2AC3BA (or 0x2AC3BA) is known color: Light Sea Green. HEX triplet: 2A, C3 and BA. RGB value is (42,195,186). Sum of RGB (Red+Green+Blue) = 42+195+186=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC3BA is #D53C45. Grayscale: #949494. Windows color (decimal): -13974598 or 12239658. OLE color: 12239658.
HSL color Cylindrical-coordinate representation of color #2AC3BA: hue angle of 176.47º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC3BA is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 186 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.24 |
| HSL | 176.47º | 0.65% | 0.46% | - |
| HSV(B) | 176.47º | 0.78% | 0.76% | - |
| XYZ | 29.33 | 43.07 | 53.22 | - |
| YUV | 148.23 | 149.31 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 186 | 0.78 | 0 | 0.05 | 0.24 | 176.47 | 0.65 | 0.46 |
| Hex | 2A | C3 | BA | 4E | 0 | 5 | 18 | B0 | 41 | 2E |
| Octal | 52 | 303 | 272 | 116 | 0 | 5 | 30 | 260 | 101 | 56 |
| Binary | 101010 | 11000011 | 10111010 | 1001110 | 0 | 101 | 11000 | 10110000 | 1000001 | 101110 |
Color Harmonies of #2AC3BA
Complementary color
Monochromatic Colors of #2AC3BA
Black with #2AC3BA
Text Example
Text Example
White with #2AC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC3BA; }
p { color: rgb(42,195,186); }
H1.HeaderClassName
{
color: #2AC3BA;
}
.AnyTagClassName
{
color: #2AC3BA;
}
</style>
background-color css
<style>
a { background-color: #2AC3BA; }
a { background-color: rgb(42,195,186); }
div.DivClassName
{
background-color: #2AC3BA;
}
.BgClassName
{
background-color: #2AC3BA;
}
</style>
border-color css
<style>
span { border-color: #2AC3BA; }
span { border-color: rgb(42,195,186); }
td.TdClassName
{
border-color: #2AC3BA;
}
.TagClassName
{
border-color: #2AC3BA;
}
</style>