Shades of Light Sea Green #2CBBBE
Tints of Light Sea Green #2CBBBE
RGB
CMYK
RGB Variations
Color information
#2CBBBE (or 0x2CBBBE) is known color: Light Sea Green. HEX triplet: 2C, BB and BE. RGB value is (44,187,190). Sum of RGB (Red+Green+Blue) = 44+187+190=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #2CBBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBBE is #D34441. Grayscale: #909090. Windows color (decimal): -13845570 or 12499756. OLE color: 12499756.
HSL color Cylindrical-coordinate representation of color #2CBBBE: hue angle of 181.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBBBE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 187 | 190 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.25 |
| HSL | 181.23º | 0.62% | 0.46% | - |
| HSV(B) | 181.23º | 0.77% | 0.75% | - |
| XYZ | 28.1 | 39.79 | 54.91 | - |
| YUV | 144.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 190 | 0.77 | 0.02 | 0 | 0.25 | 181.23 | 0.62 | 0.46 |
| Hex | 2C | BB | BE | 4D | 2 | 0 | 19 | B5 | 3E | 2E |
| Octal | 54 | 273 | 276 | 115 | 2 | 0 | 31 | 265 | 76 | 56 |
| Binary | 101100 | 10111011 | 10111110 | 1001101 | 10 | 0 | 11001 | 10110101 | 111110 | 101110 |
Color Harmonies of #2CBBBE
Complementary color
Monochromatic Colors of #2CBBBE
Black with #2CBBBE
Text Example
Text Example
White with #2CBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBBE; }
p { color: rgb(44,187,190); }
H1.HeaderClassName
{
color: #2CBBBE;
}
.AnyTagClassName
{
color: #2CBBBE;
}
</style>
background-color css
<style>
a { background-color: #2CBBBE; }
a { background-color: rgb(44,187,190); }
div.DivClassName
{
background-color: #2CBBBE;
}
.BgClassName
{
background-color: #2CBBBE;
}
</style>
border-color css
<style>
span { border-color: #2CBBBE; }
span { border-color: rgb(44,187,190); }
td.TdClassName
{
border-color: #2CBBBE;
}
.TagClassName
{
border-color: #2CBBBE;
}
</style>