Shades of Light Sea Green #2CBAC5
Tints of Light Sea Green #2CBAC5
RGB
CMYK
RGB Variations
Color information
#2CBAC5 (or 0x2CBAC5) is known color: Light Sea Green. HEX triplet: 2C, BA and C5. RGB value is (44,186,197). Sum of RGB (Red+Green+Blue) = 44+186+197=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #2CBAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBAC5 is #D3453A. Grayscale: #909090. Windows color (decimal): -13845819 or 12958252. OLE color: 12958252.
HSL color Cylindrical-coordinate representation of color #2CBAC5: hue angle of 184.31º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBAC5 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 186 | 197 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.23 |
| HSL | 184.31º | 0.63% | 0.47% | - |
| HSV(B) | 184.31º | 0.78% | 0.77% | - |
| XYZ | 28.68 | 39.68 | 58.97 | - |
| YUV | 144.8 | 157.46 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 197 | 0.78 | 0.06 | 0 | 0.23 | 184.31 | 0.63 | 0.47 |
| Hex | 2C | BA | C5 | 4E | 6 | 0 | 17 | B8 | 3F | 2F |
| Octal | 54 | 272 | 305 | 116 | 6 | 0 | 27 | 270 | 77 | 57 |
| Binary | 101100 | 10111010 | 11000101 | 1001110 | 110 | 0 | 10111 | 10111000 | 111111 | 101111 |
Color Harmonies of #2CBAC5
Complementary color
Monochromatic Colors of #2CBAC5
Black with #2CBAC5
Text Example
Text Example
White with #2CBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAC5; }
p { color: rgb(44,186,197); }
H1.HeaderClassName
{
color: #2CBAC5;
}
.AnyTagClassName
{
color: #2CBAC5;
}
</style>
background-color css
<style>
a { background-color: #2CBAC5; }
a { background-color: rgb(44,186,197); }
div.DivClassName
{
background-color: #2CBAC5;
}
.BgClassName
{
background-color: #2CBAC5;
}
</style>
border-color css
<style>
span { border-color: #2CBAC5; }
span { border-color: rgb(44,186,197); }
td.TdClassName
{
border-color: #2CBAC5;
}
.TagClassName
{
border-color: #2CBAC5;
}
</style>