Shades of Light Sea Green #2CBDC2
Tints of Light Sea Green #2CBDC2
RGB
CMYK
RGB Variations
Color information
#2CBDC2 (or 0x2CBDC2) is known color: Light Sea Green. HEX triplet: 2C, BD and C2. RGB value is (44,189,194). Sum of RGB (Red+Green+Blue) = 44+189+194=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #2CBDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBDC2 is #D3423D. Grayscale: #929292. Windows color (decimal): -13845054 or 12762412. OLE color: 12762412.
HSL color Cylindrical-coordinate representation of color #2CBDC2: hue angle of 182º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBDC2 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 189 | 194 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.24 |
| HSL | 182º | 0.63% | 0.47% | - |
| HSV(B) | 182º | 0.77% | 0.76% | - |
| XYZ | 28.97 | 40.83 | 57.39 | - |
| YUV | 146.22 | 154.96 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 194 | 0.77 | 0.03 | 0 | 0.24 | 182 | 0.63 | 0.47 |
| Hex | 2C | BD | C2 | 4D | 3 | 0 | 18 | B6 | 3F | 2F |
| Octal | 54 | 275 | 302 | 115 | 3 | 0 | 30 | 266 | 77 | 57 |
| Binary | 101100 | 10111101 | 11000010 | 1001101 | 11 | 0 | 11000 | 10110110 | 111111 | 101111 |
Color Harmonies of #2CBDC2
Complementary color
Monochromatic Colors of #2CBDC2
Black with #2CBDC2
Text Example
Text Example
White with #2CBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDC2; }
p { color: rgb(44,189,194); }
H1.HeaderClassName
{
color: #2CBDC2;
}
.AnyTagClassName
{
color: #2CBDC2;
}
</style>
background-color css
<style>
a { background-color: #2CBDC2; }
a { background-color: rgb(44,189,194); }
div.DivClassName
{
background-color: #2CBDC2;
}
.BgClassName
{
background-color: #2CBDC2;
}
</style>
border-color css
<style>
span { border-color: #2CBDC2; }
span { border-color: rgb(44,189,194); }
td.TdClassName
{
border-color: #2CBDC2;
}
.TagClassName
{
border-color: #2CBDC2;
}
</style>