Shades of Light Sea Green #2CBDA4
Tints of Light Sea Green #2CBDA4
RGB
CMYK
RGB Variations
Color information
#2CBDA4 (or 0x2CBDA4) is known color: Light Sea Green. HEX triplet: 2C, BD and A4. RGB value is (44,189,164). Sum of RGB (Red+Green+Blue) = 44+189+164=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBDA4 is #D3425B. Grayscale: #8E8E8E. Windows color (decimal): -13845084 or 10796332. OLE color: 10796332.
HSL color Cylindrical-coordinate representation of color #2CBDA4: hue angle of 169.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBDA4 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 164 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.26 |
| HSL | 169.66º | 0.62% | 0.46% | - |
| HSV(B) | 169.66º | 0.77% | 0.74% | - |
| XYZ | 25.94 | 39.61 | 41.4 | - |
| YUV | 142.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 164 | 0.77 | 0 | 0.13 | 0.26 | 169.66 | 0.62 | 0.46 |
| Hex | 2C | BD | A4 | 4D | 0 | D | 1A | AA | 3E | 2E |
| Octal | 54 | 275 | 244 | 115 | 0 | 15 | 32 | 252 | 76 | 56 |
| Binary | 101100 | 10111101 | 10100100 | 1001101 | 0 | 1101 | 11010 | 10101010 | 111110 | 101110 |
Color Harmonies of #2CBDA4
Complementary color
Monochromatic Colors of #2CBDA4
Black with #2CBDA4
Text Example
Text Example
White with #2CBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDA4; }
p { color: rgb(44,189,164); }
H1.HeaderClassName
{
color: #2CBDA4;
}
.AnyTagClassName
{
color: #2CBDA4;
}
</style>
background-color css
<style>
a { background-color: #2CBDA4; }
a { background-color: rgb(44,189,164); }
div.DivClassName
{
background-color: #2CBDA4;
}
.BgClassName
{
background-color: #2CBDA4;
}
</style>
border-color css
<style>
span { border-color: #2CBDA4; }
span { border-color: rgb(44,189,164); }
td.TdClassName
{
border-color: #2CBDA4;
}
.TagClassName
{
border-color: #2CBDA4;
}
</style>