Shades of Light Sea Green #2CB6B5
Tints of Light Sea Green #2CB6B5
RGB
CMYK
RGB Variations
Color information
#2CB6B5 (or 0x2CB6B5) is known color: Light Sea Green. HEX triplet: 2C, B6 and B5. RGB value is (44,182,181). Sum of RGB (Red+Green+Blue) = 44+182+181=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB6B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6B5 is #D3494A. Grayscale: #8C8C8C. Windows color (decimal): -13846859 or 11908652. OLE color: 11908652.
HSL color Cylindrical-coordinate representation of color #2CB6B5: hue angle of 179.57º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB6B5 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 181 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.29 |
| HSL | 179.57º | 0.61% | 0.44% | - |
| HSV(B) | 179.57º | 0.76% | 0.71% | - |
| XYZ | 26.11 | 37.33 | 49.55 | - |
| YUV | 140.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 181 | 0.76 | 0 | 0.01 | 0.29 | 179.57 | 0.61 | 0.44 |
| Hex | 2C | B6 | B5 | 4C | 0 | 1 | 1D | B4 | 3D | 2C |
| Octal | 54 | 266 | 265 | 114 | 0 | 1 | 35 | 264 | 75 | 54 |
| Binary | 101100 | 10110110 | 10110101 | 1001100 | 0 | 1 | 11101 | 10110100 | 111101 | 101100 |
Color Harmonies of #2CB6B5
Complementary color
Monochromatic Colors of #2CB6B5
Black with #2CB6B5
Text Example
Text Example
White with #2CB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB6B5; }
p { color: rgb(44,182,181); }
H1.HeaderClassName
{
color: #2CB6B5;
}
.AnyTagClassName
{
color: #2CB6B5;
}
</style>
background-color css
<style>
a { background-color: #2CB6B5; }
a { background-color: rgb(44,182,181); }
div.DivClassName
{
background-color: #2CB6B5;
}
.BgClassName
{
background-color: #2CB6B5;
}
</style>
border-color css
<style>
span { border-color: #2CB6B5; }
span { border-color: rgb(44,182,181); }
td.TdClassName
{
border-color: #2CB6B5;
}
.TagClassName
{
border-color: #2CB6B5;
}
</style>