Shades of Light Sea Green #2CACB5
Tints of Light Sea Green #2CACB5
RGB
CMYK
RGB Variations
Color information
#2CACB5 (or 0x2CACB5) is known color: Light Sea Green. HEX triplet: 2C, AC and B5. RGB value is (44,172,181). Sum of RGB (Red+Green+Blue) = 44+172+181=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #2CACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACB5 is #D3534A. Grayscale: #868686. Windows color (decimal): -13849419 or 11906092. OLE color: 11906092.
HSL color Cylindrical-coordinate representation of color #2CACB5: hue angle of 183.94º 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 #2CACB5 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 172 | 181 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.29 |
| HSL | 183.94º | 0.61% | 0.44% | - |
| HSV(B) | 183.94º | 0.76% | 0.71% | - |
| XYZ | 24.13 | 33.38 | 48.89 | - |
| YUV | 134.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 181 | 0.76 | 0.05 | 0 | 0.29 | 183.94 | 0.61 | 0.44 |
| Hex | 2C | AC | B5 | 4C | 5 | 0 | 1D | B8 | 3D | 2C |
| Octal | 54 | 254 | 265 | 114 | 5 | 0 | 35 | 270 | 75 | 54 |
| Binary | 101100 | 10101100 | 10110101 | 1001100 | 101 | 0 | 11101 | 10111000 | 111101 | 101100 |
Color Harmonies of #2CACB5
Complementary color
Monochromatic Colors of #2CACB5
Black with #2CACB5
Text Example
Text Example
White with #2CACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACB5; }
p { color: rgb(44,172,181); }
H1.HeaderClassName
{
color: #2CACB5;
}
.AnyTagClassName
{
color: #2CACB5;
}
</style>
background-color css
<style>
a { background-color: #2CACB5; }
a { background-color: rgb(44,172,181); }
div.DivClassName
{
background-color: #2CACB5;
}
.BgClassName
{
background-color: #2CACB5;
}
</style>
border-color css
<style>
span { border-color: #2CACB5; }
span { border-color: rgb(44,172,181); }
td.TdClassName
{
border-color: #2CACB5;
}
.TagClassName
{
border-color: #2CACB5;
}
</style>