Shades of Light Sea Green #1ACFAB
Tints of Light Sea Green #1ACFAB
RGB
CMYK
RGB Variations
Color information
#1ACFAB (or 0x1ACFAB) is known color: Light Sea Green. HEX triplet: 1A, CF and AB. RGB value is (26,207,171). Sum of RGB (Red+Green+Blue) = 26+207+171=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACFAB is #E53054. Grayscale: #949494. Windows color (decimal): -15020117 or 11259674. OLE color: 11259674.
HSL color Cylindrical-coordinate representation of color #1ACFAB: hue angle of 168.07º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACFAB is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 171 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.19 |
| HSL | 168.07º | 0.78% | 0.46% | - |
| HSV(B) | 168.07º | 0.87% | 0.81% | - |
| XYZ | 30.09 | 47.79 | 46.17 | - |
| YUV | 148.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 171 | 0.87 | 0 | 0.17 | 0.19 | 168.07 | 0.78 | 0.46 |
| Hex | 1A | CF | AB | 57 | 0 | 11 | 13 | A8 | 4E | 2E |
| Octal | 32 | 317 | 253 | 127 | 0 | 21 | 23 | 250 | 116 | 56 |
| Binary | 11010 | 11001111 | 10101011 | 1010111 | 0 | 10001 | 10011 | 10101000 | 1001110 | 101110 |
Color Harmonies of #1ACFAB
Complementary color
Monochromatic Colors of #1ACFAB
Black with #1ACFAB
Text Example
Text Example
White with #1ACFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACFAB; }
p { color: rgb(26,207,171); }
H1.HeaderClassName
{
color: #1ACFAB;
}
.AnyTagClassName
{
color: #1ACFAB;
}
</style>
background-color css
<style>
a { background-color: #1ACFAB; }
a { background-color: rgb(26,207,171); }
div.DivClassName
{
background-color: #1ACFAB;
}
.BgClassName
{
background-color: #1ACFAB;
}
</style>
border-color css
<style>
span { border-color: #1ACFAB; }
span { border-color: rgb(26,207,171); }
td.TdClassName
{
border-color: #1ACFAB;
}
.TagClassName
{
border-color: #1ACFAB;
}
</style>