Shades of Light Sea Green #2BADB7
Tints of Light Sea Green #2BADB7
RGB
CMYK
RGB Variations
Color information
#2BADB7 (or 0x2BADB7) is known color: Light Sea Green. HEX triplet: 2B, AD and B7. RGB value is (43,173,183). Sum of RGB (Red+Green+Blue) = 43+173+183=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #2BADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADB7 is #D45248. Grayscale: #878787. Windows color (decimal): -13914697 or 12037419. OLE color: 12037419.
HSL color Cylindrical-coordinate representation of color #2BADB7: hue angle of 184.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BADB7 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 173 | 183 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.28 |
| HSL | 184.29º | 0.62% | 0.44% | - |
| HSV(B) | 184.29º | 0.77% | 0.72% | - |
| XYZ | 24.49 | 33.82 | 50.04 | - |
| YUV | 135.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 183 | 0.77 | 0.05 | 0 | 0.28 | 184.29 | 0.62 | 0.44 |
| Hex | 2B | AD | B7 | 4D | 5 | 0 | 1C | B8 | 3E | 2C |
| Octal | 53 | 255 | 267 | 115 | 5 | 0 | 34 | 270 | 76 | 54 |
| Binary | 101011 | 10101101 | 10110111 | 1001101 | 101 | 0 | 11100 | 10111000 | 111110 | 101100 |
Color Harmonies of #2BADB7
Complementary color
Monochromatic Colors of #2BADB7
Black with #2BADB7
Text Example
Text Example
White with #2BADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADB7; }
p { color: rgb(43,173,183); }
H1.HeaderClassName
{
color: #2BADB7;
}
.AnyTagClassName
{
color: #2BADB7;
}
</style>
background-color css
<style>
a { background-color: #2BADB7; }
a { background-color: rgb(43,173,183); }
div.DivClassName
{
background-color: #2BADB7;
}
.BgClassName
{
background-color: #2BADB7;
}
</style>
border-color css
<style>
span { border-color: #2BADB7; }
span { border-color: rgb(43,173,183); }
td.TdClassName
{
border-color: #2BADB7;
}
.TagClassName
{
border-color: #2BADB7;
}
</style>