Shades of Light Sea Green #2BBDC3
Tints of Light Sea Green #2BBDC3
RGB
CMYK
RGB Variations
Color information
#2BBDC3 (or 0x2BBDC3) is known color: Light Sea Green. HEX triplet: 2B, BD and C3. RGB value is (43,189,195). Sum of RGB (Red+Green+Blue) = 43+189+195=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #2BBDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDC3 is #D4423C. Grayscale: #919191. Windows color (decimal): -13910589 or 12827947. OLE color: 12827947.
HSL color Cylindrical-coordinate representation of color #2BBDC3: hue angle of 182.37º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBDC3 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 189 | 195 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.24 |
| HSL | 182.37º | 0.64% | 0.47% | - |
| HSV(B) | 182.37º | 0.78% | 0.76% | - |
| XYZ | 29.04 | 40.85 | 57.98 | - |
| YUV | 146.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 195 | 0.78 | 0.03 | 0 | 0.24 | 182.37 | 0.64 | 0.47 |
| Hex | 2B | BD | C3 | 4E | 3 | 0 | 18 | B6 | 40 | 2F |
| Octal | 53 | 275 | 303 | 116 | 3 | 0 | 30 | 266 | 100 | 57 |
| Binary | 101011 | 10111101 | 11000011 | 1001110 | 11 | 0 | 11000 | 10110110 | 1000000 | 101111 |
Color Harmonies of #2BBDC3
Complementary color
Monochromatic Colors of #2BBDC3
Black with #2BBDC3
Text Example
Text Example
White with #2BBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDC3; }
p { color: rgb(43,189,195); }
H1.HeaderClassName
{
color: #2BBDC3;
}
.AnyTagClassName
{
color: #2BBDC3;
}
</style>
background-color css
<style>
a { background-color: #2BBDC3; }
a { background-color: rgb(43,189,195); }
div.DivClassName
{
background-color: #2BBDC3;
}
.BgClassName
{
background-color: #2BBDC3;
}
</style>
border-color css
<style>
span { border-color: #2BBDC3; }
span { border-color: rgb(43,189,195); }
td.TdClassName
{
border-color: #2BBDC3;
}
.TagClassName
{
border-color: #2BBDC3;
}
</style>