Shades of Light Sea Green #2CADB5
Tints of Light Sea Green #2CADB5
RGB
CMYK
RGB Variations
Color information
#2CADB5 (or 0x2CADB5) is known color: Light Sea Green. HEX triplet: 2C, AD and B5. RGB value is (44,173,181). Sum of RGB (Red+Green+Blue) = 44+173+181=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #2CADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADB5 is #D3524A. Grayscale: #878787. Windows color (decimal): -13849163 or 11906348. OLE color: 11906348.
HSL color Cylindrical-coordinate representation of color #2CADB5: hue angle of 183.5º 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 #2CADB5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 173 | 181 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.29 |
| HSL | 183.5º | 0.61% | 0.44% | - |
| HSV(B) | 183.5º | 0.76% | 0.71% | - |
| XYZ | 24.32 | 33.76 | 48.95 | - |
| YUV | 135.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 181 | 0.76 | 0.04 | 0 | 0.29 | 183.5 | 0.61 | 0.44 |
| Hex | 2C | AD | B5 | 4C | 4 | 0 | 1D | B8 | 3D | 2C |
| Octal | 54 | 255 | 265 | 114 | 4 | 0 | 35 | 270 | 75 | 54 |
| Binary | 101100 | 10101101 | 10110101 | 1001100 | 100 | 0 | 11101 | 10111000 | 111101 | 101100 |
Color Harmonies of #2CADB5
Complementary color
Monochromatic Colors of #2CADB5
Black with #2CADB5
Text Example
Text Example
White with #2CADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADB5; }
p { color: rgb(44,173,181); }
H1.HeaderClassName
{
color: #2CADB5;
}
.AnyTagClassName
{
color: #2CADB5;
}
</style>
background-color css
<style>
a { background-color: #2CADB5; }
a { background-color: rgb(44,173,181); }
div.DivClassName
{
background-color: #2CADB5;
}
.BgClassName
{
background-color: #2CADB5;
}
</style>
border-color css
<style>
span { border-color: #2CADB5; }
span { border-color: rgb(44,173,181); }
td.TdClassName
{
border-color: #2CADB5;
}
.TagClassName
{
border-color: #2CADB5;
}
</style>