Shades of Light Sea Green #2BAFBA
Tints of Light Sea Green #2BAFBA
RGB
CMYK
RGB Variations
Color information
#2BAFBA (or 0x2BAFBA) is known color: Light Sea Green. HEX triplet: 2B, AF and BA. RGB value is (43,175,186). Sum of RGB (Red+Green+Blue) = 43+175+186=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #2BAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFBA is #D45045. Grayscale: #888888. Windows color (decimal): -13914182 or 12234539. OLE color: 12234539.
HSL color Cylindrical-coordinate representation of color #2BAFBA: hue angle of 184.62º 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 #2BAFBA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 175 | 186 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.27 |
| HSL | 184.62º | 0.62% | 0.45% | - |
| HSV(B) | 184.62º | 0.77% | 0.73% | - |
| XYZ | 25.19 | 34.72 | 51.83 | - |
| YUV | 136.79 | 155.77 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 186 | 0.77 | 0.06 | 0 | 0.27 | 184.62 | 0.62 | 0.45 |
| Hex | 2B | AF | BA | 4D | 6 | 0 | 1B | B9 | 3E | 2D |
| Octal | 53 | 257 | 272 | 115 | 6 | 0 | 33 | 271 | 76 | 55 |
| Binary | 101011 | 10101111 | 10111010 | 1001101 | 110 | 0 | 11011 | 10111001 | 111110 | 101101 |
Color Harmonies of #2BAFBA
Complementary color
Monochromatic Colors of #2BAFBA
Black with #2BAFBA
Text Example
Text Example
White with #2BAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFBA; }
p { color: rgb(43,175,186); }
H1.HeaderClassName
{
color: #2BAFBA;
}
.AnyTagClassName
{
color: #2BAFBA;
}
</style>
background-color css
<style>
a { background-color: #2BAFBA; }
a { background-color: rgb(43,175,186); }
div.DivClassName
{
background-color: #2BAFBA;
}
.BgClassName
{
background-color: #2BAFBA;
}
</style>
border-color css
<style>
span { border-color: #2BAFBA; }
span { border-color: rgb(43,175,186); }
td.TdClassName
{
border-color: #2BAFBA;
}
.TagClassName
{
border-color: #2BAFBA;
}
</style>