Shades of Light Sea Green #2CADB4
Tints of Light Sea Green #2CADB4
RGB
CMYK
RGB Variations
Color information
#2CADB4 (or 0x2CADB4) is known color: Light Sea Green. HEX triplet: 2C, AD and B4. RGB value is (44,173,180). Sum of RGB (Red+Green+Blue) = 44+173+180=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #2CADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADB4 is #D3524B. Grayscale: #878787. Windows color (decimal): -13849164 or 11840812. OLE color: 11840812.
HSL color Cylindrical-coordinate representation of color #2CADB4: hue angle of 183.09º 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 #2CADB4 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 173 | 180 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.29 |
| HSL | 183.09º | 0.61% | 0.44% | - |
| HSV(B) | 183.09º | 0.76% | 0.71% | - |
| XYZ | 24.22 | 33.72 | 48.41 | - |
| YUV | 135.23 | 153.26 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 180 | 0.76 | 0.04 | 0 | 0.29 | 183.09 | 0.61 | 0.44 |
| Hex | 2C | AD | B4 | 4C | 4 | 0 | 1D | B7 | 3D | 2C |
| Octal | 54 | 255 | 264 | 114 | 4 | 0 | 35 | 267 | 75 | 54 |
| Binary | 101100 | 10101101 | 10110100 | 1001100 | 100 | 0 | 11101 | 10110111 | 111101 | 101100 |
Color Harmonies of #2CADB4
Complementary color
Monochromatic Colors of #2CADB4
Black with #2CADB4
Text Example
Text Example
White with #2CADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADB4; }
p { color: rgb(44,173,180); }
H1.HeaderClassName
{
color: #2CADB4;
}
.AnyTagClassName
{
color: #2CADB4;
}
</style>
background-color css
<style>
a { background-color: #2CADB4; }
a { background-color: rgb(44,173,180); }
div.DivClassName
{
background-color: #2CADB4;
}
.BgClassName
{
background-color: #2CADB4;
}
</style>
border-color css
<style>
span { border-color: #2CADB4; }
span { border-color: rgb(44,173,180); }
td.TdClassName
{
border-color: #2CADB4;
}
.TagClassName
{
border-color: #2CADB4;
}
</style>