Shades of Light Sea Green #2ACCBA
Tints of Light Sea Green #2ACCBA
RGB
CMYK
RGB Variations
Color information
#2ACCBA (or 0x2ACCBA) is known color: Light Sea Green. HEX triplet: 2A, CC and BA. RGB value is (42,204,186). Sum of RGB (Red+Green+Blue) = 42+204+186=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCBA is #D53345. Grayscale: #999999. Windows color (decimal): -13972294 or 12241962. OLE color: 12241962.
HSL color Cylindrical-coordinate representation of color #2ACCBA: hue angle of 173.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACCBA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 186 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.2 |
| HSL | 173.33º | 0.66% | 0.48% | - |
| HSV(B) | 173.33º | 0.79% | 0.8% | - |
| XYZ | 31.41 | 47.22 | 53.91 | - |
| YUV | 153.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 186 | 0.79 | 0 | 0.09 | 0.2 | 173.33 | 0.66 | 0.48 |
| Hex | 2A | CC | BA | 4F | 0 | 9 | 14 | AD | 42 | 30 |
| Octal | 52 | 314 | 272 | 117 | 0 | 11 | 24 | 255 | 102 | 60 |
| Binary | 101010 | 11001100 | 10111010 | 1001111 | 0 | 1001 | 10100 | 10101101 | 1000010 | 110000 |
Color Harmonies of #2ACCBA
Complementary color
Monochromatic Colors of #2ACCBA
Black with #2ACCBA
Text Example
Text Example
White with #2ACCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCBA; }
p { color: rgb(42,204,186); }
H1.HeaderClassName
{
color: #2ACCBA;
}
.AnyTagClassName
{
color: #2ACCBA;
}
</style>
background-color css
<style>
a { background-color: #2ACCBA; }
a { background-color: rgb(42,204,186); }
div.DivClassName
{
background-color: #2ACCBA;
}
.BgClassName
{
background-color: #2ACCBA;
}
</style>
border-color css
<style>
span { border-color: #2ACCBA; }
span { border-color: rgb(42,204,186); }
td.TdClassName
{
border-color: #2ACCBA;
}
.TagClassName
{
border-color: #2ACCBA;
}
</style>