Shades of Light Sea Green #2CB8BC
Tints of Light Sea Green #2CB8BC
RGB
CMYK
RGB Variations
Color information
#2CB8BC (or 0x2CB8BC) is known color: Light Sea Green. HEX triplet: 2C, B8 and BC. RGB value is (44,184,188). Sum of RGB (Red+Green+Blue) = 44+184+188=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #2CB8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB8BC is #D34743. Grayscale: #8E8E8E. Windows color (decimal): -13846340 or 12367916. OLE color: 12367916.
HSL color Cylindrical-coordinate representation of color #2CB8BC: hue angle of 181.67º 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 #2CB8BC is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 184 | 188 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.26 |
| HSL | 181.67º | 0.62% | 0.45% | - |
| HSV(B) | 181.67º | 0.77% | 0.74% | - |
| XYZ | 27.26 | 38.45 | 53.56 | - |
| YUV | 142.6 | 153.62 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 188 | 0.77 | 0.02 | 0 | 0.26 | 181.67 | 0.62 | 0.45 |
| Hex | 2C | B8 | BC | 4D | 2 | 0 | 1A | B6 | 3E | 2D |
| Octal | 54 | 270 | 274 | 115 | 2 | 0 | 32 | 266 | 76 | 55 |
| Binary | 101100 | 10111000 | 10111100 | 1001101 | 10 | 0 | 11010 | 10110110 | 111110 | 101101 |
Color Harmonies of #2CB8BC
Complementary color
Monochromatic Colors of #2CB8BC
Black with #2CB8BC
Text Example
Text Example
White with #2CB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB8BC; }
p { color: rgb(44,184,188); }
H1.HeaderClassName
{
color: #2CB8BC;
}
.AnyTagClassName
{
color: #2CB8BC;
}
</style>
background-color css
<style>
a { background-color: #2CB8BC; }
a { background-color: rgb(44,184,188); }
div.DivClassName
{
background-color: #2CB8BC;
}
.BgClassName
{
background-color: #2CB8BC;
}
</style>
border-color css
<style>
span { border-color: #2CB8BC; }
span { border-color: rgb(44,184,188); }
td.TdClassName
{
border-color: #2CB8BC;
}
.TagClassName
{
border-color: #2CB8BC;
}
</style>