Shades of Light Sea Green #2CCAB3
Tints of Light Sea Green #2CCAB3
RGB
CMYK
RGB Variations
Color information
#2CCAB3 (or 0x2CCAB3) is known color: Light Sea Green. HEX triplet: 2C, CA and B3. RGB value is (44,202,179). Sum of RGB (Red+Green+Blue) = 44+202+179=425 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.35% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCAB3 is #D3354C. Grayscale: #989898. Windows color (decimal): -13841741 or 11782700. OLE color: 11782700.
HSL color Cylindrical-coordinate representation of color #2CCAB3: hue angle of 171.27º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCAB3 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 179 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.21 |
| HSL | 171.27º | 0.64% | 0.48% | - |
| HSV(B) | 171.27º | 0.78% | 0.79% | - |
| XYZ | 30.3 | 46.03 | 49.94 | - |
| YUV | 152.14 | 143.15 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 179 | 0.78 | 0 | 0.11 | 0.21 | 171.27 | 0.64 | 0.48 |
| Hex | 2C | CA | B3 | 4E | 0 | B | 15 | AB | 40 | 30 |
| Octal | 54 | 312 | 263 | 116 | 0 | 13 | 25 | 253 | 100 | 60 |
| Binary | 101100 | 11001010 | 10110011 | 1001110 | 0 | 1011 | 10101 | 10101011 | 1000000 | 110000 |
Color Harmonies of #2CCAB3
Complementary color
Monochromatic Colors of #2CCAB3
Black with #2CCAB3
Text Example
Text Example
White with #2CCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAB3; }
p { color: rgb(44,202,179); }
H1.HeaderClassName
{
color: #2CCAB3;
}
.AnyTagClassName
{
color: #2CCAB3;
}
</style>
background-color css
<style>
a { background-color: #2CCAB3; }
a { background-color: rgb(44,202,179); }
div.DivClassName
{
background-color: #2CCAB3;
}
.BgClassName
{
background-color: #2CCAB3;
}
</style>
border-color css
<style>
span { border-color: #2CCAB3; }
span { border-color: rgb(44,202,179); }
td.TdClassName
{
border-color: #2CCAB3;
}
.TagClassName
{
border-color: #2CCAB3;
}
</style>