Shades of Light Sea Green #2CBAC1
Tints of Light Sea Green #2CBAC1
RGB
CMYK
RGB Variations
Color information
#2CBAC1 (or 0x2CBAC1) is known color: Light Sea Green. HEX triplet: 2C, BA and C1. RGB value is (44,186,193). Sum of RGB (Red+Green+Blue) = 44+186+193=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #2CBAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBAC1 is #D3453E. Grayscale: #909090. Windows color (decimal): -13845823 or 12696108. OLE color: 12696108.
HSL color Cylindrical-coordinate representation of color #2CBAC1: hue angle of 182.82º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBAC1 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 186 | 193 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.24 |
| HSL | 182.82º | 0.63% | 0.46% | - |
| HSV(B) | 182.82º | 0.77% | 0.76% | - |
| XYZ | 28.22 | 39.5 | 56.59 | - |
| YUV | 144.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 193 | 0.77 | 0.04 | 0 | 0.24 | 182.82 | 0.63 | 0.46 |
| Hex | 2C | BA | C1 | 4D | 4 | 0 | 18 | B7 | 3F | 2E |
| Octal | 54 | 272 | 301 | 115 | 4 | 0 | 30 | 267 | 77 | 56 |
| Binary | 101100 | 10111010 | 11000001 | 1001101 | 100 | 0 | 11000 | 10110111 | 111111 | 101110 |
Color Harmonies of #2CBAC1
Complementary color
Monochromatic Colors of #2CBAC1
Black with #2CBAC1
Text Example
Text Example
White with #2CBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAC1; }
p { color: rgb(44,186,193); }
H1.HeaderClassName
{
color: #2CBAC1;
}
.AnyTagClassName
{
color: #2CBAC1;
}
</style>
background-color css
<style>
a { background-color: #2CBAC1; }
a { background-color: rgb(44,186,193); }
div.DivClassName
{
background-color: #2CBAC1;
}
.BgClassName
{
background-color: #2CBAC1;
}
</style>
border-color css
<style>
span { border-color: #2CBAC1; }
span { border-color: rgb(44,186,193); }
td.TdClassName
{
border-color: #2CBAC1;
}
.TagClassName
{
border-color: #2CBAC1;
}
</style>