Shades of Light Sea Green #2BADB5
Tints of Light Sea Green #2BADB5
RGB
CMYK
RGB Variations
Color information
#2BADB5 (or 0x2BADB5) is known color: Light Sea Green. HEX triplet: 2B, AD and B5. RGB value is (43,173,181). Sum of RGB (Red+Green+Blue) = 43+173+181=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #2BADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADB5 is #D4524A. Grayscale: #868686. Windows color (decimal): -13914699 or 11906347. OLE color: 11906347.
HSL color Cylindrical-coordinate representation of color #2BADB5: hue angle of 183.48º degrees, saturation: 0.62, 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 #2BADB5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 173 | 181 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.29 |
| HSL | 183.48º | 0.62% | 0.44% | - |
| HSV(B) | 183.48º | 0.76% | 0.71% | - |
| XYZ | 24.28 | 33.74 | 48.95 | - |
| YUV | 135.04 | 153.93 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 181 | 0.76 | 0.04 | 0 | 0.29 | 183.48 | 0.62 | 0.44 |
| Hex | 2B | AD | B5 | 4C | 4 | 0 | 1D | B7 | 3E | 2C |
| Octal | 53 | 255 | 265 | 114 | 4 | 0 | 35 | 267 | 76 | 54 |
| Binary | 101011 | 10101101 | 10110101 | 1001100 | 100 | 0 | 11101 | 10110111 | 111110 | 101100 |
Color Harmonies of #2BADB5
Complementary color
Monochromatic Colors of #2BADB5
Black with #2BADB5
Text Example
Text Example
White with #2BADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADB5; }
p { color: rgb(43,173,181); }
H1.HeaderClassName
{
color: #2BADB5;
}
.AnyTagClassName
{
color: #2BADB5;
}
</style>
background-color css
<style>
a { background-color: #2BADB5; }
a { background-color: rgb(43,173,181); }
div.DivClassName
{
background-color: #2BADB5;
}
.BgClassName
{
background-color: #2BADB5;
}
</style>
border-color css
<style>
span { border-color: #2BADB5; }
span { border-color: rgb(43,173,181); }
td.TdClassName
{
border-color: #2BADB5;
}
.TagClassName
{
border-color: #2BADB5;
}
</style>