Shades of Light Sea Green #2BBBBC
Tints of Light Sea Green #2BBBBC
RGB
CMYK
RGB Variations
Color information
#2BBBBC (or 0x2BBBBC) is known color: Light Sea Green. HEX triplet: 2B, BB and BC. RGB value is (43,187,188). Sum of RGB (Red+Green+Blue) = 43+187+188=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #2BBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBBBC is #D44443. Grayscale: #8F8F8F. Windows color (decimal): -13911108 or 12368683. OLE color: 12368683.
HSL color Cylindrical-coordinate representation of color #2BBBBC: hue angle of 180.41º 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 #2BBBBC is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 187 | 188 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.26 |
| HSL | 180.41º | 0.63% | 0.45% | - |
| HSV(B) | 180.41º | 0.77% | 0.74% | - |
| XYZ | 27.84 | 39.69 | 53.77 | - |
| YUV | 144.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 188 | 0.77 | 0.01 | 0 | 0.26 | 180.41 | 0.63 | 0.45 |
| Hex | 2B | BB | BC | 4D | 1 | 0 | 1A | B4 | 3F | 2D |
| Octal | 53 | 273 | 274 | 115 | 1 | 0 | 32 | 264 | 77 | 55 |
| Binary | 101011 | 10111011 | 10111100 | 1001101 | 1 | 0 | 11010 | 10110100 | 111111 | 101101 |
Color Harmonies of #2BBBBC
Complementary color
Monochromatic Colors of #2BBBBC
Black with #2BBBBC
Text Example
Text Example
White with #2BBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBBC; }
p { color: rgb(43,187,188); }
H1.HeaderClassName
{
color: #2BBBBC;
}
.AnyTagClassName
{
color: #2BBBBC;
}
</style>
background-color css
<style>
a { background-color: #2BBBBC; }
a { background-color: rgb(43,187,188); }
div.DivClassName
{
background-color: #2BBBBC;
}
.BgClassName
{
background-color: #2BBBBC;
}
</style>
border-color css
<style>
span { border-color: #2BBBBC; }
span { border-color: rgb(43,187,188); }
td.TdClassName
{
border-color: #2BBBBC;
}
.TagClassName
{
border-color: #2BBBBC;
}
</style>