Shades of Light Sea Green #2CADB9
Tints of Light Sea Green #2CADB9
RGB
CMYK
RGB Variations
Color information
#2CADB9 (or 0x2CADB9) is known color: Light Sea Green. HEX triplet: 2C, AD and B9. RGB value is (44,173,185). Sum of RGB (Red+Green+Blue) = 44+173+185=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #2CADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADB9 is #D35246. Grayscale: #878787. Windows color (decimal): -13849159 or 12168492. OLE color: 12168492.
HSL color Cylindrical-coordinate representation of color #2CADB9: hue angle of 185.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CADB9 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 173 | 185 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.27 |
| HSL | 185.11º | 0.62% | 0.45% | - |
| HSV(B) | 185.11º | 0.76% | 0.73% | - |
| XYZ | 24.74 | 33.93 | 51.14 | - |
| YUV | 135.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 185 | 0.76 | 0.06 | 0 | 0.27 | 185.11 | 0.62 | 0.45 |
| Hex | 2C | AD | B9 | 4C | 6 | 0 | 1B | B9 | 3E | 2D |
| Octal | 54 | 255 | 271 | 114 | 6 | 0 | 33 | 271 | 76 | 55 |
| Binary | 101100 | 10101101 | 10111001 | 1001100 | 110 | 0 | 11011 | 10111001 | 111110 | 101101 |
Color Harmonies of #2CADB9
Complementary color
Monochromatic Colors of #2CADB9
Black with #2CADB9
Text Example
Text Example
White with #2CADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADB9; }
p { color: rgb(44,173,185); }
H1.HeaderClassName
{
color: #2CADB9;
}
.AnyTagClassName
{
color: #2CADB9;
}
</style>
background-color css
<style>
a { background-color: #2CADB9; }
a { background-color: rgb(44,173,185); }
div.DivClassName
{
background-color: #2CADB9;
}
.BgClassName
{
background-color: #2CADB9;
}
</style>
border-color css
<style>
span { border-color: #2CADB9; }
span { border-color: rgb(44,173,185); }
td.TdClassName
{
border-color: #2CADB9;
}
.TagClassName
{
border-color: #2CADB9;
}
</style>