Shades of Light Sea Green #2CBDA7
Tints of Light Sea Green #2CBDA7
RGB
CMYK
RGB Variations
Color information
#2CBDA7 (or 0x2CBDA7) is known color: Light Sea Green. HEX triplet: 2C, BD and A7. RGB value is (44,189,167). Sum of RGB (Red+Green+Blue) = 44+189+167=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBDA7 is #D34258. Grayscale: #8F8F8F. Windows color (decimal): -13845081 or 10992940. OLE color: 10992940.
HSL color Cylindrical-coordinate representation of color #2CBDA7: hue angle of 170.9º 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 #2CBDA7 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 167 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.26 |
| HSL | 170.9º | 0.62% | 0.46% | - |
| HSV(B) | 170.9º | 0.77% | 0.74% | - |
| XYZ | 26.21 | 39.72 | 42.84 | - |
| YUV | 143.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 167 | 0.77 | 0 | 0.12 | 0.26 | 170.9 | 0.62 | 0.46 |
| Hex | 2C | BD | A7 | 4D | 0 | C | 1A | AB | 3E | 2E |
| Octal | 54 | 275 | 247 | 115 | 0 | 14 | 32 | 253 | 76 | 56 |
| Binary | 101100 | 10111101 | 10100111 | 1001101 | 0 | 1100 | 11010 | 10101011 | 111110 | 101110 |
Color Harmonies of #2CBDA7
Complementary color
Monochromatic Colors of #2CBDA7
Black with #2CBDA7
Text Example
Text Example
White with #2CBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDA7; }
p { color: rgb(44,189,167); }
H1.HeaderClassName
{
color: #2CBDA7;
}
.AnyTagClassName
{
color: #2CBDA7;
}
</style>
background-color css
<style>
a { background-color: #2CBDA7; }
a { background-color: rgb(44,189,167); }
div.DivClassName
{
background-color: #2CBDA7;
}
.BgClassName
{
background-color: #2CBDA7;
}
</style>
border-color css
<style>
span { border-color: #2CBDA7; }
span { border-color: rgb(44,189,167); }
td.TdClassName
{
border-color: #2CBDA7;
}
.TagClassName
{
border-color: #2CBDA7;
}
</style>