Shades of Light Sea Green #2BBCC3
Tints of Light Sea Green #2BBCC3
RGB
CMYK
RGB Variations
Color information
#2BBCC3 (or 0x2BBCC3) is known color: Light Sea Green. HEX triplet: 2B, BC and C3. RGB value is (43,188,195). Sum of RGB (Red+Green+Blue) = 43+188+195=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #2BBCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCC3 is #D4433C. Grayscale: #919191. Windows color (decimal): -13910845 or 12827691. OLE color: 12827691.
HSL color Cylindrical-coordinate representation of color #2BBCC3: hue angle of 182.76º 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 #2BBCC3 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 188 | 195 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.24 |
| HSL | 182.76º | 0.64% | 0.47% | - |
| HSV(B) | 182.76º | 0.78% | 0.76% | - |
| XYZ | 28.83 | 40.42 | 57.91 | - |
| YUV | 145.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 195 | 0.78 | 0.04 | 0 | 0.24 | 182.76 | 0.64 | 0.47 |
| Hex | 2B | BC | C3 | 4E | 4 | 0 | 18 | B7 | 40 | 2F |
| Octal | 53 | 274 | 303 | 116 | 4 | 0 | 30 | 267 | 100 | 57 |
| Binary | 101011 | 10111100 | 11000011 | 1001110 | 100 | 0 | 11000 | 10110111 | 1000000 | 101111 |
Color Harmonies of #2BBCC3
Complementary color
Monochromatic Colors of #2BBCC3
Black with #2BBCC3
Text Example
Text Example
White with #2BBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCC3; }
p { color: rgb(43,188,195); }
H1.HeaderClassName
{
color: #2BBCC3;
}
.AnyTagClassName
{
color: #2BBCC3;
}
</style>
background-color css
<style>
a { background-color: #2BBCC3; }
a { background-color: rgb(43,188,195); }
div.DivClassName
{
background-color: #2BBCC3;
}
.BgClassName
{
background-color: #2BBCC3;
}
</style>
border-color css
<style>
span { border-color: #2BBCC3; }
span { border-color: rgb(43,188,195); }
td.TdClassName
{
border-color: #2BBCC3;
}
.TagClassName
{
border-color: #2BBCC3;
}
</style>