Shades of Light Sea Green #2BBCC2
Tints of Light Sea Green #2BBCC2
RGB
CMYK
RGB Variations
Color information
#2BBCC2 (or 0x2BBCC2) is known color: Light Sea Green. HEX triplet: 2B, BC and C2. RGB value is (43,188,194). Sum of RGB (Red+Green+Blue) = 43+188+194=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #2BBCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCC2 is #D4433D. Grayscale: #919191. Windows color (decimal): -13910846 or 12762155. OLE color: 12762155.
HSL color Cylindrical-coordinate representation of color #2BBCC2: hue angle of 182.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBCC2 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 188 | 194 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.24 |
| HSL | 182.38º | 0.64% | 0.46% | - |
| HSV(B) | 182.38º | 0.78% | 0.76% | - |
| XYZ | 28.72 | 40.38 | 57.32 | - |
| YUV | 145.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 194 | 0.78 | 0.03 | 0 | 0.24 | 182.38 | 0.64 | 0.46 |
| Hex | 2B | BC | C2 | 4E | 3 | 0 | 18 | B6 | 40 | 2E |
| Octal | 53 | 274 | 302 | 116 | 3 | 0 | 30 | 266 | 100 | 56 |
| Binary | 101011 | 10111100 | 11000010 | 1001110 | 11 | 0 | 11000 | 10110110 | 1000000 | 101110 |
Color Harmonies of #2BBCC2
Complementary color
Monochromatic Colors of #2BBCC2
Black with #2BBCC2
Text Example
Text Example
White with #2BBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCC2; }
p { color: rgb(43,188,194); }
H1.HeaderClassName
{
color: #2BBCC2;
}
.AnyTagClassName
{
color: #2BBCC2;
}
</style>
background-color css
<style>
a { background-color: #2BBCC2; }
a { background-color: rgb(43,188,194); }
div.DivClassName
{
background-color: #2BBCC2;
}
.BgClassName
{
background-color: #2BBCC2;
}
</style>
border-color css
<style>
span { border-color: #2BBCC2; }
span { border-color: rgb(43,188,194); }
td.TdClassName
{
border-color: #2BBCC2;
}
.TagClassName
{
border-color: #2BBCC2;
}
</style>