Shades of Light Sea Green #2BBDC5
Tints of Light Sea Green #2BBDC5
RGB
CMYK
RGB Variations
Color information
#2BBDC5 (or 0x2BBDC5) is known color: Light Sea Green. HEX triplet: 2B, BD and C5. RGB value is (43,189,197). Sum of RGB (Red+Green+Blue) = 43+189+197=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #2BBDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDC5 is #D4423A. Grayscale: #929292. Windows color (decimal): -13910587 or 12959019. OLE color: 12959019.
HSL color Cylindrical-coordinate representation of color #2BBDC5: hue angle of 183.12º 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 #2BBDC5 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 189 | 197 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.23 |
| HSL | 183.12º | 0.64% | 0.47% | - |
| HSV(B) | 183.12º | 0.78% | 0.77% | - |
| XYZ | 29.27 | 40.94 | 59.18 | - |
| YUV | 146.26 | 156.63 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 197 | 0.78 | 0.04 | 0 | 0.23 | 183.12 | 0.64 | 0.47 |
| Hex | 2B | BD | C5 | 4E | 4 | 0 | 17 | B7 | 40 | 2F |
| Octal | 53 | 275 | 305 | 116 | 4 | 0 | 27 | 267 | 100 | 57 |
| Binary | 101011 | 10111101 | 11000101 | 1001110 | 100 | 0 | 10111 | 10110111 | 1000000 | 101111 |
Color Harmonies of #2BBDC5
Complementary color
Monochromatic Colors of #2BBDC5
Black with #2BBDC5
Text Example
Text Example
White with #2BBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDC5; }
p { color: rgb(43,189,197); }
H1.HeaderClassName
{
color: #2BBDC5;
}
.AnyTagClassName
{
color: #2BBDC5;
}
</style>
background-color css
<style>
a { background-color: #2BBDC5; }
a { background-color: rgb(43,189,197); }
div.DivClassName
{
background-color: #2BBDC5;
}
.BgClassName
{
background-color: #2BBDC5;
}
</style>
border-color css
<style>
span { border-color: #2BBDC5; }
span { border-color: rgb(43,189,197); }
td.TdClassName
{
border-color: #2BBDC5;
}
.TagClassName
{
border-color: #2BBDC5;
}
</style>