Shades of Light Sea Green #2CBBC5
Tints of Light Sea Green #2CBBC5
RGB
CMYK
RGB Variations
Color information
#2CBBC5 (or 0x2CBBC5) is known color: Light Sea Green. HEX triplet: 2C, BB and C5. RGB value is (44,187,197). Sum of RGB (Red+Green+Blue) = 44+187+197=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #2CBBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBC5 is #D3443A. Grayscale: #919191. Windows color (decimal): -13845563 or 12958508. OLE color: 12958508.
HSL color Cylindrical-coordinate representation of color #2CBBC5: hue angle of 183.92º degrees, saturation: 0.63, 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 #2CBBC5 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 187 | 197 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.23 |
| HSL | 183.92º | 0.63% | 0.47% | - |
| HSV(B) | 183.92º | 0.78% | 0.77% | - |
| XYZ | 28.89 | 40.11 | 59.04 | - |
| YUV | 145.38 | 157.12 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 197 | 0.78 | 0.05 | 0 | 0.23 | 183.92 | 0.63 | 0.47 |
| Hex | 2C | BB | C5 | 4E | 5 | 0 | 17 | B8 | 3F | 2F |
| Octal | 54 | 273 | 305 | 116 | 5 | 0 | 27 | 270 | 77 | 57 |
| Binary | 101100 | 10111011 | 11000101 | 1001110 | 101 | 0 | 10111 | 10111000 | 111111 | 101111 |
Color Harmonies of #2CBBC5
Complementary color
Monochromatic Colors of #2CBBC5
Black with #2CBBC5
Text Example
Text Example
White with #2CBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBC5; }
p { color: rgb(44,187,197); }
H1.HeaderClassName
{
color: #2CBBC5;
}
.AnyTagClassName
{
color: #2CBBC5;
}
</style>
background-color css
<style>
a { background-color: #2CBBC5; }
a { background-color: rgb(44,187,197); }
div.DivClassName
{
background-color: #2CBBC5;
}
.BgClassName
{
background-color: #2CBBC5;
}
</style>
border-color css
<style>
span { border-color: #2CBBC5; }
span { border-color: rgb(44,187,197); }
td.TdClassName
{
border-color: #2CBBC5;
}
.TagClassName
{
border-color: #2CBBC5;
}
</style>