Shades of Light Sea Green #1ACBAF
Tints of Light Sea Green #1ACBAF
RGB
CMYK
RGB Variations
Color information
#1ACBAF (or 0x1ACBAF) is known color: Light Sea Green. HEX triplet: 1A, CB and AF. RGB value is (26,203,175). Sum of RGB (Red+Green+Blue) = 26+203+175=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACBAF is #E53450. Grayscale: #929292. Windows color (decimal): -15021137 or 11520794. OLE color: 11520794.
HSL color Cylindrical-coordinate representation of color #1ACBAF: hue angle of 170.51º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACBAF is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 175 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.20 |
| HSL | 170.51º | 0.77% | 0.45% | - |
| HSV(B) | 170.51º | 0.87% | 0.8% | - |
| XYZ | 29.52 | 46.03 | 47.89 | - |
| YUV | 146.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 175 | 0.87 | 0 | 0.14 | 0.20 | 170.51 | 0.77 | 0.45 |
| Hex | 1A | CB | AF | 57 | 0 | E | 14 | AB | 4D | 2D |
| Octal | 32 | 313 | 257 | 127 | 0 | 16 | 24 | 253 | 115 | 55 |
| Binary | 11010 | 11001011 | 10101111 | 1010111 | 0 | 1110 | 10100 | 10101011 | 1001101 | 101101 |
Color Harmonies of #1ACBAF
Complementary color
Monochromatic Colors of #1ACBAF
Black with #1ACBAF
Text Example
Text Example
White with #1ACBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACBAF; }
p { color: rgb(26,203,175); }
H1.HeaderClassName
{
color: #1ACBAF;
}
.AnyTagClassName
{
color: #1ACBAF;
}
</style>
background-color css
<style>
a { background-color: #1ACBAF; }
a { background-color: rgb(26,203,175); }
div.DivClassName
{
background-color: #1ACBAF;
}
.BgClassName
{
background-color: #1ACBAF;
}
</style>
border-color css
<style>
span { border-color: #1ACBAF; }
span { border-color: rgb(26,203,175); }
td.TdClassName
{
border-color: #1ACBAF;
}
.TagClassName
{
border-color: #1ACBAF;
}
</style>