Shades of Light Sea Green #2BBAC5
Tints of Light Sea Green #2BBAC5
RGB
CMYK
RGB Variations
Color information
#2BBAC5 (or 0x2BBAC5) is known color: Light Sea Green. HEX triplet: 2B, BA and C5. RGB value is (43,186,197). Sum of RGB (Red+Green+Blue) = 43+186+197=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #2BBAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAC5 is #D4453A. Grayscale: #909090. Windows color (decimal): -13911355 or 12958251. OLE color: 12958251.
HSL color Cylindrical-coordinate representation of color #2BBAC5: hue angle of 184.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBAC5 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 186 | 197 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.23 |
| HSL | 184.29º | 0.64% | 0.47% | - |
| HSV(B) | 184.29º | 0.78% | 0.77% | - |
| XYZ | 28.63 | 39.66 | 58.97 | - |
| YUV | 144.5 | 157.62 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 197 | 0.78 | 0.06 | 0 | 0.23 | 184.29 | 0.64 | 0.47 |
| Hex | 2B | BA | C5 | 4E | 6 | 0 | 17 | B8 | 40 | 2F |
| Octal | 53 | 272 | 305 | 116 | 6 | 0 | 27 | 270 | 100 | 57 |
| Binary | 101011 | 10111010 | 11000101 | 1001110 | 110 | 0 | 10111 | 10111000 | 1000000 | 101111 |
Color Harmonies of #2BBAC5
Complementary color
Monochromatic Colors of #2BBAC5
Black with #2BBAC5
Text Example
Text Example
White with #2BBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAC5; }
p { color: rgb(43,186,197); }
H1.HeaderClassName
{
color: #2BBAC5;
}
.AnyTagClassName
{
color: #2BBAC5;
}
</style>
background-color css
<style>
a { background-color: #2BBAC5; }
a { background-color: rgb(43,186,197); }
div.DivClassName
{
background-color: #2BBAC5;
}
.BgClassName
{
background-color: #2BBAC5;
}
</style>
border-color css
<style>
span { border-color: #2BBAC5; }
span { border-color: rgb(43,186,197); }
td.TdClassName
{
border-color: #2BBAC5;
}
.TagClassName
{
border-color: #2BBAC5;
}
</style>