Shades of Light Sea Green #2BAFBD
Tints of Light Sea Green #2BAFBD
RGB
CMYK
RGB Variations
Color information
#2BAFBD (or 0x2BAFBD) is known color: Light Sea Green. HEX triplet: 2B, AF and BD. RGB value is (43,175,189). Sum of RGB (Red+Green+Blue) = 43+175+189=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #2BAFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFBD is #D45042. Grayscale: #888888. Windows color (decimal): -13914179 or 12431147. OLE color: 12431147.
HSL color Cylindrical-coordinate representation of color #2BAFBD: hue angle of 185.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BAFBD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 175 | 189 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.26 |
| HSL | 185.75º | 0.63% | 0.45% | - |
| HSV(B) | 185.75º | 0.77% | 0.74% | - |
| XYZ | 25.51 | 34.85 | 53.53 | - |
| YUV | 137.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 189 | 0.77 | 0.07 | 0 | 0.26 | 185.75 | 0.63 | 0.45 |
| Hex | 2B | AF | BD | 4D | 7 | 0 | 1A | BA | 3F | 2D |
| Octal | 53 | 257 | 275 | 115 | 7 | 0 | 32 | 272 | 77 | 55 |
| Binary | 101011 | 10101111 | 10111101 | 1001101 | 111 | 0 | 11010 | 10111010 | 111111 | 101101 |
Color Harmonies of #2BAFBD
Complementary color
Monochromatic Colors of #2BAFBD
Black with #2BAFBD
Text Example
Text Example
White with #2BAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFBD; }
p { color: rgb(43,175,189); }
H1.HeaderClassName
{
color: #2BAFBD;
}
.AnyTagClassName
{
color: #2BAFBD;
}
</style>
background-color css
<style>
a { background-color: #2BAFBD; }
a { background-color: rgb(43,175,189); }
div.DivClassName
{
background-color: #2BAFBD;
}
.BgClassName
{
background-color: #2BAFBD;
}
</style>
border-color css
<style>
span { border-color: #2BAFBD; }
span { border-color: rgb(43,175,189); }
td.TdClassName
{
border-color: #2BAFBD;
}
.TagClassName
{
border-color: #2BAFBD;
}
</style>