Shades of Light Sea Green #2CB5AD
Tints of Light Sea Green #2CB5AD
RGB
CMYK
RGB Variations
Color information
#2CB5AD (or 0x2CB5AD) is known color: Light Sea Green. HEX triplet: 2C, B5 and AD. RGB value is (44,181,173). Sum of RGB (Red+Green+Blue) = 44+181+173=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB5AD is #D34A52. Grayscale: #8B8B8B. Windows color (decimal): -13847123 or 11384108. OLE color: 11384108.
HSL color Cylindrical-coordinate representation of color #2CB5AD: hue angle of 176.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 #2CB5AD is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 173 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.29 |
| HSL | 176.5º | 0.61% | 0.44% | - |
| HSV(B) | 176.5º | 0.76% | 0.71% | - |
| XYZ | 25.11 | 36.6 | 45.28 | - |
| YUV | 139.13 | 147.11 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 173 | 0.76 | 0 | 0.04 | 0.29 | 176.5 | 0.61 | 0.44 |
| Hex | 2C | B5 | AD | 4C | 0 | 4 | 1D | B0 | 3D | 2C |
| Octal | 54 | 265 | 255 | 114 | 0 | 4 | 35 | 260 | 75 | 54 |
| Binary | 101100 | 10110101 | 10101101 | 1001100 | 0 | 100 | 11101 | 10110000 | 111101 | 101100 |
Color Harmonies of #2CB5AD
Complementary color
Monochromatic Colors of #2CB5AD
Black with #2CB5AD
Text Example
Text Example
White with #2CB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB5AD; }
p { color: rgb(44,181,173); }
H1.HeaderClassName
{
color: #2CB5AD;
}
.AnyTagClassName
{
color: #2CB5AD;
}
</style>
background-color css
<style>
a { background-color: #2CB5AD; }
a { background-color: rgb(44,181,173); }
div.DivClassName
{
background-color: #2CB5AD;
}
.BgClassName
{
background-color: #2CB5AD;
}
</style>
border-color css
<style>
span { border-color: #2CB5AD; }
span { border-color: rgb(44,181,173); }
td.TdClassName
{
border-color: #2CB5AD;
}
.TagClassName
{
border-color: #2CB5AD;
}
</style>