Shades of Light Sea Green #2BBDB5
Tints of Light Sea Green #2BBDB5
RGB
CMYK
RGB Variations
Color information
#2BBDB5 (or 0x2BBDB5) is known color: Light Sea Green. HEX triplet: 2B, BD and B5. RGB value is (43,189,181). Sum of RGB (Red+Green+Blue) = 43+189+181=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDB5 is #D4424A. Grayscale: #909090. Windows color (decimal): -13910603 or 11910443. OLE color: 11910443.
HSL color Cylindrical-coordinate representation of color #2BBDB5: hue angle of 176.71º 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 #2BBDB5 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 181 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.26 |
| HSL | 176.71º | 0.63% | 0.45% | - |
| HSV(B) | 176.71º | 0.77% | 0.74% | - |
| XYZ | 27.53 | 40.24 | 50.03 | - |
| YUV | 144.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 181 | 0.77 | 0 | 0.04 | 0.26 | 176.71 | 0.63 | 0.45 |
| Hex | 2B | BD | B5 | 4D | 0 | 4 | 1A | B1 | 3F | 2D |
| Octal | 53 | 275 | 265 | 115 | 0 | 4 | 32 | 261 | 77 | 55 |
| Binary | 101011 | 10111101 | 10110101 | 1001101 | 0 | 100 | 11010 | 10110001 | 111111 | 101101 |
Color Harmonies of #2BBDB5
Complementary color
Monochromatic Colors of #2BBDB5
Black with #2BBDB5
Text Example
Text Example
White with #2BBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDB5; }
p { color: rgb(43,189,181); }
H1.HeaderClassName
{
color: #2BBDB5;
}
.AnyTagClassName
{
color: #2BBDB5;
}
</style>
background-color css
<style>
a { background-color: #2BBDB5; }
a { background-color: rgb(43,189,181); }
div.DivClassName
{
background-color: #2BBDB5;
}
.BgClassName
{
background-color: #2BBDB5;
}
</style>
border-color css
<style>
span { border-color: #2BBDB5; }
span { border-color: rgb(43,189,181); }
td.TdClassName
{
border-color: #2BBDB5;
}
.TagClassName
{
border-color: #2BBDB5;
}
</style>