Shades of Light Sea Green #2BBDBC
Tints of Light Sea Green #2BBDBC
RGB
CMYK
RGB Variations
Color information
#2BBDBC (or 0x2BBDBC) is known color: Light Sea Green. HEX triplet: 2B, BD and BC. RGB value is (43,189,188). Sum of RGB (Red+Green+Blue) = 43+189+188=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDBC is #D44243. Grayscale: #919191. Windows color (decimal): -13910596 or 12369195. OLE color: 12369195.
HSL color Cylindrical-coordinate representation of color #2BBDBC: hue angle of 179.59º degrees, saturation: 0.63, 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 #2BBDBC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 188 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.26 |
| HSL | 179.59º | 0.63% | 0.45% | - |
| HSV(B) | 179.59º | 0.77% | 0.74% | - |
| XYZ | 28.27 | 40.54 | 53.91 | - |
| YUV | 145.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 188 | 0.77 | 0 | 0.01 | 0.26 | 179.59 | 0.63 | 0.45 |
| Hex | 2B | BD | BC | 4D | 0 | 1 | 1A | B4 | 3F | 2D |
| Octal | 53 | 275 | 274 | 115 | 0 | 1 | 32 | 264 | 77 | 55 |
| Binary | 101011 | 10111101 | 10111100 | 1001101 | 0 | 1 | 11010 | 10110100 | 111111 | 101101 |
Color Harmonies of #2BBDBC
Complementary color
Monochromatic Colors of #2BBDBC
Black with #2BBDBC
Text Example
Text Example
White with #2BBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDBC; }
p { color: rgb(43,189,188); }
H1.HeaderClassName
{
color: #2BBDBC;
}
.AnyTagClassName
{
color: #2BBDBC;
}
</style>
background-color css
<style>
a { background-color: #2BBDBC; }
a { background-color: rgb(43,189,188); }
div.DivClassName
{
background-color: #2BBDBC;
}
.BgClassName
{
background-color: #2BBDBC;
}
</style>
border-color css
<style>
span { border-color: #2BBDBC; }
span { border-color: rgb(43,189,188); }
td.TdClassName
{
border-color: #2BBDBC;
}
.TagClassName
{
border-color: #2BBDBC;
}
</style>