Shades of Light Sea Green #2CBAA3
Tints of Light Sea Green #2CBAA3
RGB
CMYK
RGB Variations
Color information
#2CBAA3 (or 0x2CBAA3) is known color: Light Sea Green. HEX triplet: 2C, BA and A3. RGB value is (44,186,163). Sum of RGB (Red+Green+Blue) = 44+186+163=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBAA3 is #D3455C. Grayscale: #8C8C8C. Windows color (decimal): -13845853 or 10730028. OLE color: 10730028.
HSL color Cylindrical-coordinate representation of color #2CBAA3: hue angle of 170.28º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBAA3 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 163 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.27 |
| HSL | 170.28º | 0.62% | 0.45% | - |
| HSV(B) | 170.28º | 0.76% | 0.73% | - |
| XYZ | 25.21 | 38.3 | 40.71 | - |
| YUV | 140.92 | 140.46 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 163 | 0.76 | 0 | 0.12 | 0.27 | 170.28 | 0.62 | 0.45 |
| Hex | 2C | BA | A3 | 4C | 0 | C | 1B | AA | 3E | 2D |
| Octal | 54 | 272 | 243 | 114 | 0 | 14 | 33 | 252 | 76 | 55 |
| Binary | 101100 | 10111010 | 10100011 | 1001100 | 0 | 1100 | 11011 | 10101010 | 111110 | 101101 |
Color Harmonies of #2CBAA3
Complementary color
Monochromatic Colors of #2CBAA3
Black with #2CBAA3
Text Example
Text Example
White with #2CBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAA3; }
p { color: rgb(44,186,163); }
H1.HeaderClassName
{
color: #2CBAA3;
}
.AnyTagClassName
{
color: #2CBAA3;
}
</style>
background-color css
<style>
a { background-color: #2CBAA3; }
a { background-color: rgb(44,186,163); }
div.DivClassName
{
background-color: #2CBAA3;
}
.BgClassName
{
background-color: #2CBAA3;
}
</style>
border-color css
<style>
span { border-color: #2CBAA3; }
span { border-color: rgb(44,186,163); }
td.TdClassName
{
border-color: #2CBAA3;
}
.TagClassName
{
border-color: #2CBAA3;
}
</style>