Shades of Light Sea Green #2CB59D
Tints of Light Sea Green #2CB59D
RGB
CMYK
RGB Variations
Color information
#2CB59D (or 0x2CB59D) is known color: Light Sea Green. HEX triplet: 2C, B5 and 9D. RGB value is (44,181,157). Sum of RGB (Red+Green+Blue) = 44+181+157=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB59D is #D34A62. Grayscale: #898989. Windows color (decimal): -13847139 or 10335532. OLE color: 10335532.
HSL color Cylindrical-coordinate representation of color #2CB59D: hue angle of 169.49º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB59D is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 157 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.29 |
| HSL | 169.49º | 0.61% | 0.44% | - |
| HSV(B) | 169.49º | 0.76% | 0.71% | - |
| XYZ | 23.65 | 36.02 | 37.6 | - |
| YUV | 137.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 157 | 0.76 | 0 | 0.13 | 0.29 | 169.49 | 0.61 | 0.44 |
| Hex | 2C | B5 | 9D | 4C | 0 | D | 1D | A9 | 3D | 2C |
| Octal | 54 | 265 | 235 | 114 | 0 | 15 | 35 | 251 | 75 | 54 |
| Binary | 101100 | 10110101 | 10011101 | 1001100 | 0 | 1101 | 11101 | 10101001 | 111101 | 101100 |
Color Harmonies of #2CB59D
Complementary color
Monochromatic Colors of #2CB59D
Black with #2CB59D
Text Example
Text Example
White with #2CB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB59D; }
p { color: rgb(44,181,157); }
H1.HeaderClassName
{
color: #2CB59D;
}
.AnyTagClassName
{
color: #2CB59D;
}
</style>
background-color css
<style>
a { background-color: #2CB59D; }
a { background-color: rgb(44,181,157); }
div.DivClassName
{
background-color: #2CB59D;
}
.BgClassName
{
background-color: #2CB59D;
}
</style>
border-color css
<style>
span { border-color: #2CB59D; }
span { border-color: rgb(44,181,157); }
td.TdClassName
{
border-color: #2CB59D;
}
.TagClassName
{
border-color: #2CB59D;
}
</style>