Shades of Light Sea Green #2CB3BC
Tints of Light Sea Green #2CB3BC
RGB
CMYK
RGB Variations
Color information
#2CB3BC (or 0x2CB3BC) is known color: Light Sea Green. HEX triplet: 2C, B3 and BC. RGB value is (44,179,188). Sum of RGB (Red+Green+Blue) = 44+179+188=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #2CB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB3BC is #D34C43. Grayscale: #8B8B8B. Windows color (decimal): -13847620 or 12366636. OLE color: 12366636.
HSL color Cylindrical-coordinate representation of color #2CB3BC: hue angle of 183.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CB3BC is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 179 | 188 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.26 |
| HSL | 183.75º | 0.62% | 0.45% | - |
| HSV(B) | 183.75º | 0.77% | 0.74% | - |
| XYZ | 26.24 | 36.41 | 53.22 | - |
| YUV | 139.66 | 155.27 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 188 | 0.77 | 0.05 | 0 | 0.26 | 183.75 | 0.62 | 0.45 |
| Hex | 2C | B3 | BC | 4D | 5 | 0 | 1A | B8 | 3E | 2D |
| Octal | 54 | 263 | 274 | 115 | 5 | 0 | 32 | 270 | 76 | 55 |
| Binary | 101100 | 10110011 | 10111100 | 1001101 | 101 | 0 | 11010 | 10111000 | 111110 | 101101 |
Color Harmonies of #2CB3BC
Complementary color
Monochromatic Colors of #2CB3BC
Black with #2CB3BC
Text Example
Text Example
White with #2CB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB3BC; }
p { color: rgb(44,179,188); }
H1.HeaderClassName
{
color: #2CB3BC;
}
.AnyTagClassName
{
color: #2CB3BC;
}
</style>
background-color css
<style>
a { background-color: #2CB3BC; }
a { background-color: rgb(44,179,188); }
div.DivClassName
{
background-color: #2CB3BC;
}
.BgClassName
{
background-color: #2CB3BC;
}
</style>
border-color css
<style>
span { border-color: #2CB3BC; }
span { border-color: rgb(44,179,188); }
td.TdClassName
{
border-color: #2CB3BC;
}
.TagClassName
{
border-color: #2CB3BC;
}
</style>