Shades of Light Sea Green #2CB2B9
Tints of Light Sea Green #2CB2B9
RGB
CMYK
RGB Variations
Color information
#2CB2B9 (or 0x2CB2B9) is known color: Light Sea Green. HEX triplet: 2C, B2 and B9. RGB value is (44,178,185). Sum of RGB (Red+Green+Blue) = 44+178+185=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #2CB2B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB2B9 is #D34D46. Grayscale: #8A8A8A. Windows color (decimal): -13847879 or 12169772. OLE color: 12169772.
HSL color Cylindrical-coordinate representation of color #2CB2B9: hue angle of 182.98º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB2B9 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 178 | 185 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.27 |
| HSL | 182.98º | 0.62% | 0.45% | - |
| HSV(B) | 182.98º | 0.76% | 0.73% | - |
| XYZ | 25.72 | 35.88 | 51.47 | - |
| YUV | 138.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 185 | 0.76 | 0.04 | 0 | 0.27 | 182.98 | 0.62 | 0.45 |
| Hex | 2C | B2 | B9 | 4C | 4 | 0 | 1B | B7 | 3E | 2D |
| Octal | 54 | 262 | 271 | 114 | 4 | 0 | 33 | 267 | 76 | 55 |
| Binary | 101100 | 10110010 | 10111001 | 1001100 | 100 | 0 | 11011 | 10110111 | 111110 | 101101 |
Color Harmonies of #2CB2B9
Complementary color
Monochromatic Colors of #2CB2B9
Black with #2CB2B9
Text Example
Text Example
White with #2CB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB2B9; }
p { color: rgb(44,178,185); }
H1.HeaderClassName
{
color: #2CB2B9;
}
.AnyTagClassName
{
color: #2CB2B9;
}
</style>
background-color css
<style>
a { background-color: #2CB2B9; }
a { background-color: rgb(44,178,185); }
div.DivClassName
{
background-color: #2CB2B9;
}
.BgClassName
{
background-color: #2CB2B9;
}
</style>
border-color css
<style>
span { border-color: #2CB2B9; }
span { border-color: rgb(44,178,185); }
td.TdClassName
{
border-color: #2CB2B9;
}
.TagClassName
{
border-color: #2CB2B9;
}
</style>