Shades of Light Sea Green #2BB7BD
Tints of Light Sea Green #2BB7BD
RGB
CMYK
RGB Variations
Color information
#2BB7BD (or 0x2BB7BD) is known color: Light Sea Green. HEX triplet: 2B, B7 and BD. RGB value is (43,183,189). Sum of RGB (Red+Green+Blue) = 43+183+189=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #2BB7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB7BD is #D44842. Grayscale: #8D8D8D. Windows color (decimal): -13912131 or 12433195. OLE color: 12433195.
HSL color Cylindrical-coordinate representation of color #2BB7BD: hue angle of 182.47º 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 #2BB7BD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 183 | 189 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.26 |
| HSL | 182.47º | 0.63% | 0.45% | - |
| HSV(B) | 182.47º | 0.77% | 0.74% | - |
| XYZ | 27.12 | 38.05 | 54.06 | - |
| YUV | 141.82 | 154.62 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 189 | 0.77 | 0.03 | 0 | 0.26 | 182.47 | 0.63 | 0.45 |
| Hex | 2B | B7 | BD | 4D | 3 | 0 | 1A | B6 | 3F | 2D |
| Octal | 53 | 267 | 275 | 115 | 3 | 0 | 32 | 266 | 77 | 55 |
| Binary | 101011 | 10110111 | 10111101 | 1001101 | 11 | 0 | 11010 | 10110110 | 111111 | 101101 |
Color Harmonies of #2BB7BD
Complementary color
Monochromatic Colors of #2BB7BD
Black with #2BB7BD
Text Example
Text Example
White with #2BB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB7BD; }
p { color: rgb(43,183,189); }
H1.HeaderClassName
{
color: #2BB7BD;
}
.AnyTagClassName
{
color: #2BB7BD;
}
</style>
background-color css
<style>
a { background-color: #2BB7BD; }
a { background-color: rgb(43,183,189); }
div.DivClassName
{
background-color: #2BB7BD;
}
.BgClassName
{
background-color: #2BB7BD;
}
</style>
border-color css
<style>
span { border-color: #2BB7BD; }
span { border-color: rgb(43,183,189); }
td.TdClassName
{
border-color: #2BB7BD;
}
.TagClassName
{
border-color: #2BB7BD;
}
</style>