Shades of Light Sea Green #1AC1BC
Tints of Light Sea Green #1AC1BC
RGB
CMYK
RGB Variations
Color information
#1AC1BC (or 0x1AC1BC) is known color: Light Sea Green. HEX triplet: 1A, C1 and BC. RGB value is (26,193,188). Sum of RGB (Red+Green+Blue) = 26+193+188=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC1BC is #E53E43. Grayscale: #8E8E8E. Windows color (decimal): -15023684 or 12370202. OLE color: 12370202.
HSL color Cylindrical-coordinate representation of color #1AC1BC: hue angle of 178.2º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC1BC is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 188 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.24 |
| HSL | 178.2º | 0.76% | 0.43% | - |
| HSV(B) | 178.2º | 0.87% | 0.76% | - |
| XYZ | 28.57 | 41.99 | 54.18 | - |
| YUV | 142.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 188 | 0.87 | 0 | 0.03 | 0.24 | 178.2 | 0.76 | 0.43 |
| Hex | 1A | C1 | BC | 57 | 0 | 3 | 18 | B2 | 4C | 2B |
| Octal | 32 | 301 | 274 | 127 | 0 | 3 | 30 | 262 | 114 | 53 |
| Binary | 11010 | 11000001 | 10111100 | 1010111 | 0 | 11 | 11000 | 10110010 | 1001100 | 101011 |
Color Harmonies of #1AC1BC
Complementary color
Monochromatic Colors of #1AC1BC
Black with #1AC1BC
Text Example
Text Example
White with #1AC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC1BC; }
p { color: rgb(26,193,188); }
H1.HeaderClassName
{
color: #1AC1BC;
}
.AnyTagClassName
{
color: #1AC1BC;
}
</style>
background-color css
<style>
a { background-color: #1AC1BC; }
a { background-color: rgb(26,193,188); }
div.DivClassName
{
background-color: #1AC1BC;
}
.BgClassName
{
background-color: #1AC1BC;
}
</style>
border-color css
<style>
span { border-color: #1AC1BC; }
span { border-color: rgb(26,193,188); }
td.TdClassName
{
border-color: #1AC1BC;
}
.TagClassName
{
border-color: #1AC1BC;
}
</style>