Shades of Light Sea Green #2BADAD
Tints of Light Sea Green #2BADAD
RGB
CMYK
RGB Variations
Color information
#2BADAD (or 0x2BADAD) is known color: Light Sea Green. HEX triplet: 2B, AD and AD. RGB value is (43,173,173). Sum of RGB (Red+Green+Blue) = 43+173+173=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #2BADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADAD is #D45252. Grayscale: #868686. Windows color (decimal): -13914707 or 11382059. OLE color: 11382059.
HSL color Cylindrical-coordinate representation of color #2BADAD: hue angle of 180º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BADAD is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 173 | - |
| CMYK | 0.75 | 0 | 0 | 0.32 |
| HSL | 180º | 0.6% | 0.42% | - |
| HSV(B) | 180º | 0.75% | 0.68% | - |
| XYZ | 23.48 | 33.42 | 44.75 | - |
| YUV | 134.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 173 | 0.75 | 0 | 0 | 0.32 | 180 | 0.6 | 0.42 |
| Hex | 2B | AD | AD | 4B | 0 | 0 | 20 | B4 | 3C | 2A |
| Octal | 53 | 255 | 255 | 113 | 0 | 0 | 40 | 264 | 74 | 52 |
| Binary | 101011 | 10101101 | 10101101 | 1001011 | 0 | 0 | 100000 | 10110100 | 111100 | 101010 |
Color Harmonies of #2BADAD
Complementary color
Monochromatic Colors of #2BADAD
Black with #2BADAD
Text Example
Text Example
White with #2BADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADAD; }
p { color: rgb(43,173,173); }
H1.HeaderClassName
{
color: #2BADAD;
}
.AnyTagClassName
{
color: #2BADAD;
}
</style>
background-color css
<style>
a { background-color: #2BADAD; }
a { background-color: rgb(43,173,173); }
div.DivClassName
{
background-color: #2BADAD;
}
.BgClassName
{
background-color: #2BADAD;
}
</style>
border-color css
<style>
span { border-color: #2BADAD; }
span { border-color: rgb(43,173,173); }
td.TdClassName
{
border-color: #2BADAD;
}
.TagClassName
{
border-color: #2BADAD;
}
</style>