Shades of Light Sea Green #1ABCC0
Tints of Light Sea Green #1ABCC0
RGB
CMYK
RGB Variations
Color information
#1ABCC0 (or 0x1ABCC0) is known color: Light Sea Green. HEX triplet: 1A, BC and C0. RGB value is (26,188,192). Sum of RGB (Red+Green+Blue) = 26+188+192=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #1ABCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCC0 is #E5433F. Grayscale: #8B8B8B. Windows color (decimal): -15024960 or 12631066. OLE color: 12631066.
HSL color Cylindrical-coordinate representation of color #1ABCC0: hue angle of 181.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABCC0 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 188 | 192 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.25 |
| HSL | 181.45º | 0.76% | 0.43% | - |
| HSV(B) | 181.45º | 0.86% | 0.75% | - |
| XYZ | 27.92 | 39.99 | 56.12 | - |
| YUV | 140.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 192 | 0.86 | 0.02 | 0 | 0.25 | 181.45 | 0.76 | 0.43 |
| Hex | 1A | BC | C0 | 56 | 2 | 0 | 19 | B5 | 4C | 2B |
| Octal | 32 | 274 | 300 | 126 | 2 | 0 | 31 | 265 | 114 | 53 |
| Binary | 11010 | 10111100 | 11000000 | 1010110 | 10 | 0 | 11001 | 10110101 | 1001100 | 101011 |
Color Harmonies of #1ABCC0
Complementary color
Monochromatic Colors of #1ABCC0
Black with #1ABCC0
Text Example
Text Example
White with #1ABCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCC0; }
p { color: rgb(26,188,192); }
H1.HeaderClassName
{
color: #1ABCC0;
}
.AnyTagClassName
{
color: #1ABCC0;
}
</style>
background-color css
<style>
a { background-color: #1ABCC0; }
a { background-color: rgb(26,188,192); }
div.DivClassName
{
background-color: #1ABCC0;
}
.BgClassName
{
background-color: #1ABCC0;
}
</style>
border-color css
<style>
span { border-color: #1ABCC0; }
span { border-color: rgb(26,188,192); }
td.TdClassName
{
border-color: #1ABCC0;
}
.TagClassName
{
border-color: #1ABCC0;
}
</style>