Shades of Light Sea Green #2BADB4
Tints of Light Sea Green #2BADB4
RGB
CMYK
RGB Variations
Color information
#2BADB4 (or 0x2BADB4) is known color: Light Sea Green. HEX triplet: 2B, AD and B4. RGB value is (43,173,180). Sum of RGB (Red+Green+Blue) = 43+173+180=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #2BADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADB4 is #D4524B. Grayscale: #868686. Windows color (decimal): -13914700 or 11840811. OLE color: 11840811.
HSL color Cylindrical-coordinate representation of color #2BADB4: hue angle of 183.07º degrees, saturation: 0.61, 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 #2BADB4 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 173 | 180 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.29 |
| HSL | 183.07º | 0.61% | 0.44% | - |
| HSV(B) | 183.07º | 0.76% | 0.71% | - |
| XYZ | 24.18 | 33.7 | 48.41 | - |
| YUV | 134.93 | 153.43 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 180 | 0.76 | 0.04 | 0 | 0.29 | 183.07 | 0.61 | 0.44 |
| Hex | 2B | AD | B4 | 4C | 4 | 0 | 1D | B7 | 3D | 2C |
| Octal | 53 | 255 | 264 | 114 | 4 | 0 | 35 | 267 | 75 | 54 |
| Binary | 101011 | 10101101 | 10110100 | 1001100 | 100 | 0 | 11101 | 10110111 | 111101 | 101100 |
Color Harmonies of #2BADB4
Complementary color
Monochromatic Colors of #2BADB4
Black with #2BADB4
Text Example
Text Example
White with #2BADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADB4; }
p { color: rgb(43,173,180); }
H1.HeaderClassName
{
color: #2BADB4;
}
.AnyTagClassName
{
color: #2BADB4;
}
</style>
background-color css
<style>
a { background-color: #2BADB4; }
a { background-color: rgb(43,173,180); }
div.DivClassName
{
background-color: #2BADB4;
}
.BgClassName
{
background-color: #2BADB4;
}
</style>
border-color css
<style>
span { border-color: #2BADB4; }
span { border-color: rgb(43,173,180); }
td.TdClassName
{
border-color: #2BADB4;
}
.TagClassName
{
border-color: #2BADB4;
}
</style>