Shades of Light Sea Green #2ABCC2
Tints of Light Sea Green #2ABCC2
RGB
CMYK
RGB Variations
Color information
#2ABCC2 (or 0x2ABCC2) is known color: Light Sea Green. HEX triplet: 2A, BC and C2. RGB value is (42,188,194). Sum of RGB (Red+Green+Blue) = 42+188+194=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #2ABCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCC2 is #D5433D. Grayscale: #909090. Windows color (decimal): -13976382 or 12762154. OLE color: 12762154.
HSL color Cylindrical-coordinate representation of color #2ABCC2: hue angle of 182.37º 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 #2ABCC2 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 188 | 194 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.24 |
| HSL | 182.37º | 0.64% | 0.46% | - |
| HSV(B) | 182.37º | 0.78% | 0.76% | - |
| XYZ | 28.68 | 40.35 | 57.32 | - |
| YUV | 145.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 194 | 0.78 | 0.03 | 0 | 0.24 | 182.37 | 0.64 | 0.46 |
| Hex | 2A | BC | C2 | 4E | 3 | 0 | 18 | B6 | 40 | 2E |
| Octal | 52 | 274 | 302 | 116 | 3 | 0 | 30 | 266 | 100 | 56 |
| Binary | 101010 | 10111100 | 11000010 | 1001110 | 11 | 0 | 11000 | 10110110 | 1000000 | 101110 |
Color Harmonies of #2ABCC2
Complementary color
Monochromatic Colors of #2ABCC2
Black with #2ABCC2
Text Example
Text Example
White with #2ABCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCC2; }
p { color: rgb(42,188,194); }
H1.HeaderClassName
{
color: #2ABCC2;
}
.AnyTagClassName
{
color: #2ABCC2;
}
</style>
background-color css
<style>
a { background-color: #2ABCC2; }
a { background-color: rgb(42,188,194); }
div.DivClassName
{
background-color: #2ABCC2;
}
.BgClassName
{
background-color: #2ABCC2;
}
</style>
border-color css
<style>
span { border-color: #2ABCC2; }
span { border-color: rgb(42,188,194); }
td.TdClassName
{
border-color: #2ABCC2;
}
.TagClassName
{
border-color: #2ABCC2;
}
</style>