Shades of Light Sea Green #2BB8BE
Tints of Light Sea Green #2BB8BE
RGB
CMYK
RGB Variations
Color information
#2BB8BE (or 0x2BB8BE) is known color: Light Sea Green. HEX triplet: 2B, B8 and BE. RGB value is (43,184,190). Sum of RGB (Red+Green+Blue) = 43+184+190=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #2BB8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB8BE is #D44741. Grayscale: #8E8E8E. Windows color (decimal): -13911874 or 12498987. OLE color: 12498987.
HSL color Cylindrical-coordinate representation of color #2BB8BE: hue angle of 182.45º 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 #2BB8BE is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 184 | 190 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.25 |
| HSL | 182.45º | 0.63% | 0.46% | - |
| HSV(B) | 182.45º | 0.77% | 0.75% | - |
| XYZ | 27.43 | 38.51 | 54.7 | - |
| YUV | 142.53 | 154.79 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 190 | 0.77 | 0.03 | 0 | 0.25 | 182.45 | 0.63 | 0.46 |
| Hex | 2B | B8 | BE | 4D | 3 | 0 | 19 | B6 | 3F | 2E |
| Octal | 53 | 270 | 276 | 115 | 3 | 0 | 31 | 266 | 77 | 56 |
| Binary | 101011 | 10111000 | 10111110 | 1001101 | 11 | 0 | 11001 | 10110110 | 111111 | 101110 |
Color Harmonies of #2BB8BE
Complementary color
Monochromatic Colors of #2BB8BE
Black with #2BB8BE
Text Example
Text Example
White with #2BB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB8BE; }
p { color: rgb(43,184,190); }
H1.HeaderClassName
{
color: #2BB8BE;
}
.AnyTagClassName
{
color: #2BB8BE;
}
</style>
background-color css
<style>
a { background-color: #2BB8BE; }
a { background-color: rgb(43,184,190); }
div.DivClassName
{
background-color: #2BB8BE;
}
.BgClassName
{
background-color: #2BB8BE;
}
</style>
border-color css
<style>
span { border-color: #2BB8BE; }
span { border-color: rgb(43,184,190); }
td.TdClassName
{
border-color: #2BB8BE;
}
.TagClassName
{
border-color: #2BB8BE;
}
</style>