Shades of Light Sea Green #2CBCC2
Tints of Light Sea Green #2CBCC2
RGB
CMYK
RGB Variations
Color information
#2CBCC2 (or 0x2CBCC2) is known color: Light Sea Green. HEX triplet: 2C, BC and C2. RGB value is (44,188,194). Sum of RGB (Red+Green+Blue) = 44+188+194=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #2CBCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCC2 is #D3433D. Grayscale: #919191. Windows color (decimal): -13845310 or 12762156. OLE color: 12762156.
HSL color Cylindrical-coordinate representation of color #2CBCC2: hue angle of 182.4º 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 #2CBCC2 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 188 | 194 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.24 |
| HSL | 182.4º | 0.63% | 0.47% | - |
| HSV(B) | 182.4º | 0.77% | 0.76% | - |
| XYZ | 28.76 | 40.4 | 57.32 | - |
| YUV | 145.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 194 | 0.77 | 0.03 | 0 | 0.24 | 182.4 | 0.63 | 0.47 |
| Hex | 2C | BC | C2 | 4D | 3 | 0 | 18 | B6 | 3F | 2F |
| Octal | 54 | 274 | 302 | 115 | 3 | 0 | 30 | 266 | 77 | 57 |
| Binary | 101100 | 10111100 | 11000010 | 1001101 | 11 | 0 | 11000 | 10110110 | 111111 | 101111 |
Color Harmonies of #2CBCC2
Complementary color
Monochromatic Colors of #2CBCC2
Black with #2CBCC2
Text Example
Text Example
White with #2CBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCC2; }
p { color: rgb(44,188,194); }
H1.HeaderClassName
{
color: #2CBCC2;
}
.AnyTagClassName
{
color: #2CBCC2;
}
</style>
background-color css
<style>
a { background-color: #2CBCC2; }
a { background-color: rgb(44,188,194); }
div.DivClassName
{
background-color: #2CBCC2;
}
.BgClassName
{
background-color: #2CBCC2;
}
</style>
border-color css
<style>
span { border-color: #2CBCC2; }
span { border-color: rgb(44,188,194); }
td.TdClassName
{
border-color: #2CBCC2;
}
.TagClassName
{
border-color: #2CBCC2;
}
</style>