Shades of Light Sea Green #2CBEC2
Tints of Light Sea Green #2CBEC2
RGB
CMYK
RGB Variations
Color information
#2CBEC2 (or 0x2CBEC2) is known color: Light Sea Green. HEX triplet: 2C, BE and C2. RGB value is (44,190,194). Sum of RGB (Red+Green+Blue) = 44+190+194=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 194 - color contains mainly: blue. Hex color #2CBEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEC2 is #D3413D. Grayscale: #929292. Windows color (decimal): -13844798 or 12762668. OLE color: 12762668.
HSL color Cylindrical-coordinate representation of color #2CBEC2: hue angle of 181.6º 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 #2CBEC2 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 190 | 194 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.24 |
| HSL | 181.6º | 0.63% | 0.47% | - |
| HSV(B) | 181.6º | 0.77% | 0.76% | - |
| XYZ | 29.19 | 41.26 | 57.46 | - |
| YUV | 146.8 | 154.63 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 194 | 0.77 | 0.02 | 0 | 0.24 | 181.6 | 0.63 | 0.47 |
| Hex | 2C | BE | C2 | 4D | 2 | 0 | 18 | B6 | 3F | 2F |
| Octal | 54 | 276 | 302 | 115 | 2 | 0 | 30 | 266 | 77 | 57 |
| Binary | 101100 | 10111110 | 11000010 | 1001101 | 10 | 0 | 11000 | 10110110 | 111111 | 101111 |
Color Harmonies of #2CBEC2
Complementary color
Monochromatic Colors of #2CBEC2
Black with #2CBEC2
Text Example
Text Example
White with #2CBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEC2; }
p { color: rgb(44,190,194); }
H1.HeaderClassName
{
color: #2CBEC2;
}
.AnyTagClassName
{
color: #2CBEC2;
}
</style>
background-color css
<style>
a { background-color: #2CBEC2; }
a { background-color: rgb(44,190,194); }
div.DivClassName
{
background-color: #2CBEC2;
}
.BgClassName
{
background-color: #2CBEC2;
}
</style>
border-color css
<style>
span { border-color: #2CBEC2; }
span { border-color: rgb(44,190,194); }
td.TdClassName
{
border-color: #2CBEC2;
}
.TagClassName
{
border-color: #2CBEC2;
}
</style>