Shades of Light Sea Green #2CACB3
Tints of Light Sea Green #2CACB3
RGB
CMYK
RGB Variations
Color information
#2CACB3 (or 0x2CACB3) is known color: Light Sea Green. HEX triplet: 2C, AC and B3. RGB value is (44,172,179). Sum of RGB (Red+Green+Blue) = 44+172+179=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #2CACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACB3 is #D3534C. Grayscale: #868686. Windows color (decimal): -13849421 or 11775020. OLE color: 11775020.
HSL color Cylindrical-coordinate representation of color #2CACB3: hue angle of 183.11º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CACB3 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 172 | 179 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.30 |
| HSL | 183.11º | 0.61% | 0.44% | - |
| HSV(B) | 183.11º | 0.75% | 0.7% | - |
| XYZ | 23.93 | 33.3 | 47.81 | - |
| YUV | 134.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 179 | 0.75 | 0.04 | 0 | 0.30 | 183.11 | 0.61 | 0.44 |
| Hex | 2C | AC | B3 | 4B | 4 | 0 | 1E | B7 | 3D | 2C |
| Octal | 54 | 254 | 263 | 113 | 4 | 0 | 36 | 267 | 75 | 54 |
| Binary | 101100 | 10101100 | 10110011 | 1001011 | 100 | 0 | 11110 | 10110111 | 111101 | 101100 |
Color Harmonies of #2CACB3
Complementary color
Monochromatic Colors of #2CACB3
Black with #2CACB3
Text Example
Text Example
White with #2CACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACB3; }
p { color: rgb(44,172,179); }
H1.HeaderClassName
{
color: #2CACB3;
}
.AnyTagClassName
{
color: #2CACB3;
}
</style>
background-color css
<style>
a { background-color: #2CACB3; }
a { background-color: rgb(44,172,179); }
div.DivClassName
{
background-color: #2CACB3;
}
.BgClassName
{
background-color: #2CACB3;
}
</style>
border-color css
<style>
span { border-color: #2CACB3; }
span { border-color: rgb(44,172,179); }
td.TdClassName
{
border-color: #2CACB3;
}
.TagClassName
{
border-color: #2CACB3;
}
</style>