Shades of Light Sea Green #2CB2BD
Tints of Light Sea Green #2CB2BD
RGB
CMYK
RGB Variations
Color information
#2CB2BD (or 0x2CB2BD) is known color: Light Sea Green. HEX triplet: 2C, B2 and BD. RGB value is (44,178,189). Sum of RGB (Red+Green+Blue) = 44+178+189=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CB2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB2BD is #D34D42. Grayscale: #8B8B8B. Windows color (decimal): -13847875 or 12431916. OLE color: 12431916.
HSL color Cylindrical-coordinate representation of color #2CB2BD: hue angle of 184.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CB2BD is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 178 | 189 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.26 |
| HSL | 184.55º | 0.62% | 0.46% | - |
| HSV(B) | 184.55º | 0.77% | 0.74% | - |
| XYZ | 26.14 | 36.05 | 53.72 | - |
| YUV | 139.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 189 | 0.77 | 0.06 | 0 | 0.26 | 184.55 | 0.62 | 0.46 |
| Hex | 2C | B2 | BD | 4D | 6 | 0 | 1A | B9 | 3E | 2E |
| Octal | 54 | 262 | 275 | 115 | 6 | 0 | 32 | 271 | 76 | 56 |
| Binary | 101100 | 10110010 | 10111101 | 1001101 | 110 | 0 | 11010 | 10111001 | 111110 | 101110 |
Color Harmonies of #2CB2BD
Complementary color
Monochromatic Colors of #2CB2BD
Black with #2CB2BD
Text Example
Text Example
White with #2CB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB2BD; }
p { color: rgb(44,178,189); }
H1.HeaderClassName
{
color: #2CB2BD;
}
.AnyTagClassName
{
color: #2CB2BD;
}
</style>
background-color css
<style>
a { background-color: #2CB2BD; }
a { background-color: rgb(44,178,189); }
div.DivClassName
{
background-color: #2CB2BD;
}
.BgClassName
{
background-color: #2CB2BD;
}
</style>
border-color css
<style>
span { border-color: #2CB2BD; }
span { border-color: rgb(44,178,189); }
td.TdClassName
{
border-color: #2CB2BD;
}
.TagClassName
{
border-color: #2CB2BD;
}
</style>