Shades of Light Sea Green #2BAFBC
Tints of Light Sea Green #2BAFBC
RGB
CMYK
RGB Variations
Color information
#2BAFBC (or 0x2BAFBC) is known color: Light Sea Green. HEX triplet: 2B, AF and BC. RGB value is (43,175,188). Sum of RGB (Red+Green+Blue) = 43+175+188=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #2BAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFBC is #D45043. Grayscale: #888888. Windows color (decimal): -13914180 or 12365611. OLE color: 12365611.
HSL color Cylindrical-coordinate representation of color #2BAFBC: hue angle of 185.38º 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 #2BAFBC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 175 | 188 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.26 |
| HSL | 185.38º | 0.63% | 0.45% | - |
| HSV(B) | 185.38º | 0.77% | 0.74% | - |
| XYZ | 25.4 | 34.8 | 52.96 | - |
| YUV | 137.01 | 156.77 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 188 | 0.77 | 0.07 | 0 | 0.26 | 185.38 | 0.63 | 0.45 |
| Hex | 2B | AF | BC | 4D | 7 | 0 | 1A | B9 | 3F | 2D |
| Octal | 53 | 257 | 274 | 115 | 7 | 0 | 32 | 271 | 77 | 55 |
| Binary | 101011 | 10101111 | 10111100 | 1001101 | 111 | 0 | 11010 | 10111001 | 111111 | 101101 |
Color Harmonies of #2BAFBC
Complementary color
Monochromatic Colors of #2BAFBC
Black with #2BAFBC
Text Example
Text Example
White with #2BAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFBC; }
p { color: rgb(43,175,188); }
H1.HeaderClassName
{
color: #2BAFBC;
}
.AnyTagClassName
{
color: #2BAFBC;
}
</style>
background-color css
<style>
a { background-color: #2BAFBC; }
a { background-color: rgb(43,175,188); }
div.DivClassName
{
background-color: #2BAFBC;
}
.BgClassName
{
background-color: #2BAFBC;
}
</style>
border-color css
<style>
span { border-color: #2BAFBC; }
span { border-color: rgb(43,175,188); }
td.TdClassName
{
border-color: #2BAFBC;
}
.TagClassName
{
border-color: #2BAFBC;
}
</style>