Shades of Light Sea Green #2BB8BF
Tints of Light Sea Green #2BB8BF
RGB
CMYK
RGB Variations
Color information
#2BB8BF (or 0x2BB8BF) is known color: Light Sea Green. HEX triplet: 2B, B8 and BF. RGB value is (43,184,191). Sum of RGB (Red+Green+Blue) = 43+184+191=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #2BB8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB8BF is #D44740. Grayscale: #8E8E8E. Windows color (decimal): -13911873 or 12564523. OLE color: 12564523.
HSL color Cylindrical-coordinate representation of color #2BB8BF: hue angle of 182.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB8BF is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 184 | 191 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.25 |
| HSL | 182.84º | 0.63% | 0.46% | - |
| HSV(B) | 182.84º | 0.77% | 0.75% | - |
| XYZ | 27.54 | 38.56 | 55.28 | - |
| YUV | 142.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 191 | 0.77 | 0.04 | 0 | 0.25 | 182.84 | 0.63 | 0.46 |
| Hex | 2B | B8 | BF | 4D | 4 | 0 | 19 | B7 | 3F | 2E |
| Octal | 53 | 270 | 277 | 115 | 4 | 0 | 31 | 267 | 77 | 56 |
| Binary | 101011 | 10111000 | 10111111 | 1001101 | 100 | 0 | 11001 | 10110111 | 111111 | 101110 |
Color Harmonies of #2BB8BF
Complementary color
Monochromatic Colors of #2BB8BF
Black with #2BB8BF
Text Example
Text Example
White with #2BB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB8BF; }
p { color: rgb(43,184,191); }
H1.HeaderClassName
{
color: #2BB8BF;
}
.AnyTagClassName
{
color: #2BB8BF;
}
</style>
background-color css
<style>
a { background-color: #2BB8BF; }
a { background-color: rgb(43,184,191); }
div.DivClassName
{
background-color: #2BB8BF;
}
.BgClassName
{
background-color: #2BB8BF;
}
</style>
border-color css
<style>
span { border-color: #2BB8BF; }
span { border-color: rgb(43,184,191); }
td.TdClassName
{
border-color: #2BB8BF;
}
.TagClassName
{
border-color: #2BB8BF;
}
</style>