Shades of Light Sea Green #2BAFBB
Tints of Light Sea Green #2BAFBB
RGB
CMYK
RGB Variations
Color information
#2BAFBB (or 0x2BAFBB) is known color: Light Sea Green. HEX triplet: 2B, AF and BB. RGB value is (43,175,187). Sum of RGB (Red+Green+Blue) = 43+175+187=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BAFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFBB is #D45044. Grayscale: #888888. Windows color (decimal): -13914181 or 12300075. OLE color: 12300075.
HSL color Cylindrical-coordinate representation of color #2BAFBB: hue angle of 185º degrees, saturation: 0.63, 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 #2BAFBB is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 175 | 187 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.27 |
| HSL | 185º | 0.63% | 0.45% | - |
| HSV(B) | 185º | 0.77% | 0.73% | - |
| XYZ | 25.3 | 34.76 | 52.39 | - |
| YUV | 136.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 187 | 0.77 | 0.06 | 0 | 0.27 | 185 | 0.63 | 0.45 |
| Hex | 2B | AF | BB | 4D | 6 | 0 | 1B | B9 | 3F | 2D |
| Octal | 53 | 257 | 273 | 115 | 6 | 0 | 33 | 271 | 77 | 55 |
| Binary | 101011 | 10101111 | 10111011 | 1001101 | 110 | 0 | 11011 | 10111001 | 111111 | 101101 |
Color Harmonies of #2BAFBB
Complementary color
Monochromatic Colors of #2BAFBB
Black with #2BAFBB
Text Example
Text Example
White with #2BAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFBB; }
p { color: rgb(43,175,187); }
H1.HeaderClassName
{
color: #2BAFBB;
}
.AnyTagClassName
{
color: #2BAFBB;
}
</style>
background-color css
<style>
a { background-color: #2BAFBB; }
a { background-color: rgb(43,175,187); }
div.DivClassName
{
background-color: #2BAFBB;
}
.BgClassName
{
background-color: #2BAFBB;
}
</style>
border-color css
<style>
span { border-color: #2BAFBB; }
span { border-color: rgb(43,175,187); }
td.TdClassName
{
border-color: #2BAFBB;
}
.TagClassName
{
border-color: #2BAFBB;
}
</style>