Shades of Light Sea Green #2BADB9
Tints of Light Sea Green #2BADB9
RGB
CMYK
RGB Variations
Color information
#2BADB9 (or 0x2BADB9) is known color: Light Sea Green. HEX triplet: 2B, AD and B9. RGB value is (43,173,185). Sum of RGB (Red+Green+Blue) = 43+173+185=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #2BADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADB9 is #D45246. Grayscale: #878787. Windows color (decimal): -13914695 or 12168491. OLE color: 12168491.
HSL color Cylindrical-coordinate representation of color #2BADB9: hue angle of 185.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BADB9 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 173 | 185 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.27 |
| HSL | 185.07º | 0.62% | 0.45% | - |
| HSV(B) | 185.07º | 0.77% | 0.73% | - |
| XYZ | 24.7 | 33.9 | 51.14 | - |
| YUV | 135.5 | 155.93 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 185 | 0.77 | 0.06 | 0 | 0.27 | 185.07 | 0.62 | 0.45 |
| Hex | 2B | AD | B9 | 4D | 6 | 0 | 1B | B9 | 3E | 2D |
| Octal | 53 | 255 | 271 | 115 | 6 | 0 | 33 | 271 | 76 | 55 |
| Binary | 101011 | 10101101 | 10111001 | 1001101 | 110 | 0 | 11011 | 10111001 | 111110 | 101101 |
Color Harmonies of #2BADB9
Complementary color
Monochromatic Colors of #2BADB9
Black with #2BADB9
Text Example
Text Example
White with #2BADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADB9; }
p { color: rgb(43,173,185); }
H1.HeaderClassName
{
color: #2BADB9;
}
.AnyTagClassName
{
color: #2BADB9;
}
</style>
background-color css
<style>
a { background-color: #2BADB9; }
a { background-color: rgb(43,173,185); }
div.DivClassName
{
background-color: #2BADB9;
}
.BgClassName
{
background-color: #2BADB9;
}
</style>
border-color css
<style>
span { border-color: #2BADB9; }
span { border-color: rgb(43,173,185); }
td.TdClassName
{
border-color: #2BADB9;
}
.TagClassName
{
border-color: #2BADB9;
}
</style>