Shades of Light Sea Green #1CAEA1
Tints of Light Sea Green #1CAEA1
RGB
CMYK
RGB Variations
Color information
#1CAEA1 (or 0x1CAEA1) is known color: Light Sea Green. HEX triplet: 1C, AE and A1. RGB value is (28,174,161). Sum of RGB (Red+Green+Blue) = 28+174+161=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAEA1 is #E3515E. Grayscale: #808080. Windows color (decimal): -14897503 or 10595868. OLE color: 10595868.
HSL color Cylindrical-coordinate representation of color #1CAEA1: hue angle of 174.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAEA1 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 161 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.32 |
| HSL | 174.66º | 0.72% | 0.4% | - |
| HSV(B) | 174.66º | 0.84% | 0.68% | - |
| XYZ | 22.05 | 33.09 | 38.94 | - |
| YUV | 128.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 161 | 0.84 | 0 | 0.07 | 0.32 | 174.66 | 0.72 | 0.4 |
| Hex | 1C | AE | A1 | 54 | 0 | 7 | 20 | AF | 48 | 28 |
| Octal | 34 | 256 | 241 | 124 | 0 | 7 | 40 | 257 | 110 | 50 |
| Binary | 11100 | 10101110 | 10100001 | 1010100 | 0 | 111 | 100000 | 10101111 | 1001000 | 101000 |
Color Harmonies of #1CAEA1
Complementary color
Monochromatic Colors of #1CAEA1
Black with #1CAEA1
Text Example
Text Example
White with #1CAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAEA1; }
p { color: rgb(28,174,161); }
H1.HeaderClassName
{
color: #1CAEA1;
}
.AnyTagClassName
{
color: #1CAEA1;
}
</style>
background-color css
<style>
a { background-color: #1CAEA1; }
a { background-color: rgb(28,174,161); }
div.DivClassName
{
background-color: #1CAEA1;
}
.BgClassName
{
background-color: #1CAEA1;
}
</style>
border-color css
<style>
span { border-color: #1CAEA1; }
span { border-color: rgb(28,174,161); }
td.TdClassName
{
border-color: #1CAEA1;
}
.TagClassName
{
border-color: #1CAEA1;
}
</style>