Shades of Light Sea Green #2CB6B9
Tints of Light Sea Green #2CB6B9
RGB
CMYK
RGB Variations
Color information
#2CB6B9 (or 0x2CB6B9) is known color: Light Sea Green. HEX triplet: 2C, B6 and B9. RGB value is (44,182,185). Sum of RGB (Red+Green+Blue) = 44+182+185=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #2CB6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6B9 is #D34946. Grayscale: #8C8C8C. Windows color (decimal): -13846855 or 12170796. OLE color: 12170796.
HSL color Cylindrical-coordinate representation of color #2CB6B9: hue angle of 181.28º 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 #2CB6B9 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 182 | 185 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.27 |
| HSL | 181.28º | 0.62% | 0.45% | - |
| HSV(B) | 181.28º | 0.76% | 0.73% | - |
| XYZ | 26.52 | 37.49 | 51.74 | - |
| YUV | 141.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 185 | 0.76 | 0.02 | 0 | 0.27 | 181.28 | 0.62 | 0.45 |
| Hex | 2C | B6 | B9 | 4C | 2 | 0 | 1B | B5 | 3E | 2D |
| Octal | 54 | 266 | 271 | 114 | 2 | 0 | 33 | 265 | 76 | 55 |
| Binary | 101100 | 10110110 | 10111001 | 1001100 | 10 | 0 | 11011 | 10110101 | 111110 | 101101 |
Color Harmonies of #2CB6B9
Complementary color
Monochromatic Colors of #2CB6B9
Black with #2CB6B9
Text Example
Text Example
White with #2CB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB6B9; }
p { color: rgb(44,182,185); }
H1.HeaderClassName
{
color: #2CB6B9;
}
.AnyTagClassName
{
color: #2CB6B9;
}
</style>
background-color css
<style>
a { background-color: #2CB6B9; }
a { background-color: rgb(44,182,185); }
div.DivClassName
{
background-color: #2CB6B9;
}
.BgClassName
{
background-color: #2CB6B9;
}
</style>
border-color css
<style>
span { border-color: #2CB6B9; }
span { border-color: rgb(44,182,185); }
td.TdClassName
{
border-color: #2CB6B9;
}
.TagClassName
{
border-color: #2CB6B9;
}
</style>