Shades of Light Sea Green #2BAFB9
Tints of Light Sea Green #2BAFB9
RGB
CMYK
RGB Variations
Color information
#2BAFB9 (or 0x2BAFB9) is known color: Light Sea Green. HEX triplet: 2B, AF and B9. RGB value is (43,175,185). Sum of RGB (Red+Green+Blue) = 43+175+185=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #2BAFB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFB9 is #D45046. Grayscale: #888888. Windows color (decimal): -13914183 or 12169003. OLE color: 12169003.
HSL color Cylindrical-coordinate representation of color #2BAFB9: hue angle of 184.23º 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 #2BAFB9 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 175 | 185 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.27 |
| HSL | 184.23º | 0.62% | 0.45% | - |
| HSV(B) | 184.23º | 0.77% | 0.73% | - |
| XYZ | 25.08 | 34.68 | 51.27 | - |
| YUV | 136.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 185 | 0.77 | 0.05 | 0 | 0.27 | 184.23 | 0.62 | 0.45 |
| Hex | 2B | AF | B9 | 4D | 5 | 0 | 1B | B8 | 3E | 2D |
| Octal | 53 | 257 | 271 | 115 | 5 | 0 | 33 | 270 | 76 | 55 |
| Binary | 101011 | 10101111 | 10111001 | 1001101 | 101 | 0 | 11011 | 10111000 | 111110 | 101101 |
Color Harmonies of #2BAFB9
Complementary color
Monochromatic Colors of #2BAFB9
Black with #2BAFB9
Text Example
Text Example
White with #2BAFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFB9; }
p { color: rgb(43,175,185); }
H1.HeaderClassName
{
color: #2BAFB9;
}
.AnyTagClassName
{
color: #2BAFB9;
}
</style>
background-color css
<style>
a { background-color: #2BAFB9; }
a { background-color: rgb(43,175,185); }
div.DivClassName
{
background-color: #2BAFB9;
}
.BgClassName
{
background-color: #2BAFB9;
}
</style>
border-color css
<style>
span { border-color: #2BAFB9; }
span { border-color: rgb(43,175,185); }
td.TdClassName
{
border-color: #2BAFB9;
}
.TagClassName
{
border-color: #2BAFB9;
}
</style>