Shades of Light Sea Green #1AC0BD
Tints of Light Sea Green #1AC0BD
RGB
CMYK
RGB Variations
Color information
#1AC0BD (or 0x1AC0BD) is known color: Light Sea Green. HEX triplet: 1A, C0 and BD. RGB value is (26,192,189). Sum of RGB (Red+Green+Blue) = 26+192+189=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC0BD is #E53F42. Grayscale: #8D8D8D. Windows color (decimal): -15023939 or 12435482. OLE color: 12435482.
HSL color Cylindrical-coordinate representation of color #1AC0BD: hue angle of 178.92º 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 #1AC0BD is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 189 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.25 |
| HSL | 178.92º | 0.76% | 0.43% | - |
| HSV(B) | 178.92º | 0.86% | 0.75% | - |
| XYZ | 28.46 | 41.59 | 54.67 | - |
| YUV | 142.02 | 154.5 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 189 | 0.86 | 0 | 0.02 | 0.25 | 178.92 | 0.76 | 0.43 |
| Hex | 1A | C0 | BD | 56 | 0 | 2 | 19 | B3 | 4C | 2B |
| Octal | 32 | 300 | 275 | 126 | 0 | 2 | 31 | 263 | 114 | 53 |
| Binary | 11010 | 11000000 | 10111101 | 1010110 | 0 | 10 | 11001 | 10110011 | 1001100 | 101011 |
Color Harmonies of #1AC0BD
Complementary color
Monochromatic Colors of #1AC0BD
Black with #1AC0BD
Text Example
Text Example
White with #1AC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0BD; }
p { color: rgb(26,192,189); }
H1.HeaderClassName
{
color: #1AC0BD;
}
.AnyTagClassName
{
color: #1AC0BD;
}
</style>
background-color css
<style>
a { background-color: #1AC0BD; }
a { background-color: rgb(26,192,189); }
div.DivClassName
{
background-color: #1AC0BD;
}
.BgClassName
{
background-color: #1AC0BD;
}
</style>
border-color css
<style>
span { border-color: #1AC0BD; }
span { border-color: rgb(26,192,189); }
td.TdClassName
{
border-color: #1AC0BD;
}
.TagClassName
{
border-color: #1AC0BD;
}
</style>