Shades of Light Sea Green #2ABCBC
Tints of Light Sea Green #2ABCBC
RGB
CMYK
RGB Variations
Color information
#2ABCBC (or 0x2ABCBC) is known color: Light Sea Green. HEX triplet: 2A, BC and BC. RGB value is (42,188,188). Sum of RGB (Red+Green+Blue) = 42+188+188=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #2ABCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCBC is #D54343. Grayscale: #909090. Windows color (decimal): -13976388 or 12368938. OLE color: 12368938.
HSL color Cylindrical-coordinate representation of color #2ABCBC: hue angle of 180º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABCBC is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 188 | - |
| CMYK | 0.78 | 0 | 0 | 0.26 |
| HSL | 180º | 0.63% | 0.45% | - |
| HSV(B) | 180º | 0.78% | 0.74% | - |
| XYZ | 28.02 | 40.09 | 53.84 | - |
| YUV | 144.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 188 | 0.78 | 0 | 0 | 0.26 | 180 | 0.63 | 0.45 |
| Hex | 2A | BC | BC | 4E | 0 | 0 | 1A | B4 | 3F | 2D |
| Octal | 52 | 274 | 274 | 116 | 0 | 0 | 32 | 264 | 77 | 55 |
| Binary | 101010 | 10111100 | 10111100 | 1001110 | 0 | 0 | 11010 | 10110100 | 111111 | 101101 |
Color Harmonies of #2ABCBC
Complementary color
Monochromatic Colors of #2ABCBC
Black with #2ABCBC
Text Example
Text Example
White with #2ABCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCBC; }
p { color: rgb(42,188,188); }
H1.HeaderClassName
{
color: #2ABCBC;
}
.AnyTagClassName
{
color: #2ABCBC;
}
</style>
background-color css
<style>
a { background-color: #2ABCBC; }
a { background-color: rgb(42,188,188); }
div.DivClassName
{
background-color: #2ABCBC;
}
.BgClassName
{
background-color: #2ABCBC;
}
</style>
border-color css
<style>
span { border-color: #2ABCBC; }
span { border-color: rgb(42,188,188); }
td.TdClassName
{
border-color: #2ABCBC;
}
.TagClassName
{
border-color: #2ABCBC;
}
</style>