Shades of Light Sea Green #1AC6B8
Tints of Light Sea Green #1AC6B8
RGB
CMYK
RGB Variations
Color information
#1AC6B8 (or 0x1AC6B8) is known color: Light Sea Green. HEX triplet: 1A, C6 and B8. RGB value is (26,198,184). Sum of RGB (Red+Green+Blue) = 26+198+184=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC6B8 is #E53947. Grayscale: #909090. Windows color (decimal): -15022408 or 12109338. OLE color: 12109338.
HSL color Cylindrical-coordinate representation of color #1AC6B8: hue angle of 175.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC6B8 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 184 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.22 |
| HSL | 175.12º | 0.77% | 0.44% | - |
| HSV(B) | 175.12º | 0.87% | 0.78% | - |
| XYZ | 29.27 | 44.07 | 52.31 | - |
| YUV | 144.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 184 | 0.87 | 0 | 0.07 | 0.22 | 175.12 | 0.77 | 0.44 |
| Hex | 1A | C6 | B8 | 57 | 0 | 7 | 16 | AF | 4D | 2C |
| Octal | 32 | 306 | 270 | 127 | 0 | 7 | 26 | 257 | 115 | 54 |
| Binary | 11010 | 11000110 | 10111000 | 1010111 | 0 | 111 | 10110 | 10101111 | 1001101 | 101100 |
Color Harmonies of #1AC6B8
Complementary color
Monochromatic Colors of #1AC6B8
Black with #1AC6B8
Text Example
Text Example
White with #1AC6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC6B8; }
p { color: rgb(26,198,184); }
H1.HeaderClassName
{
color: #1AC6B8;
}
.AnyTagClassName
{
color: #1AC6B8;
}
</style>
background-color css
<style>
a { background-color: #1AC6B8; }
a { background-color: rgb(26,198,184); }
div.DivClassName
{
background-color: #1AC6B8;
}
.BgClassName
{
background-color: #1AC6B8;
}
</style>
border-color css
<style>
span { border-color: #1AC6B8; }
span { border-color: rgb(26,198,184); }
td.TdClassName
{
border-color: #1AC6B8;
}
.TagClassName
{
border-color: #1AC6B8;
}
</style>