Shades of Light Sea Green #1CA7AE
Tints of Light Sea Green #1CA7AE
RGB
CMYK
RGB Variations
Color information
#1CA7AE (or 0x1CA7AE) is known color: Light Sea Green. HEX triplet: 1C, A7 and AE. RGB value is (28,167,174). Sum of RGB (Red+Green+Blue) = 28+167+174=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #1CA7AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA7AE is #E35851. Grayscale: #7E7E7E. Windows color (decimal): -14899282 or 11446044. OLE color: 11446044.
HSL color Cylindrical-coordinate representation of color #1CA7AE: hue angle of 182.88º 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 #1CA7AE is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 167 | 174 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.32 |
| HSL | 182.88º | 0.72% | 0.4% | - |
| HSV(B) | 182.88º | 0.84% | 0.68% | - |
| XYZ | 21.94 | 30.94 | 44.86 | - |
| YUV | 126.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 167 | 174 | 0.84 | 0.04 | 0 | 0.32 | 182.88 | 0.72 | 0.4 |
| Hex | 1C | A7 | AE | 54 | 4 | 0 | 20 | B7 | 48 | 28 |
| Octal | 34 | 247 | 256 | 124 | 4 | 0 | 40 | 267 | 110 | 50 |
| Binary | 11100 | 10100111 | 10101110 | 1010100 | 100 | 0 | 100000 | 10110111 | 1001000 | 101000 |
Color Harmonies of #1CA7AE
Complementary color
Monochromatic Colors of #1CA7AE
Black with #1CA7AE
Text Example
Text Example
White with #1CA7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA7AE; }
p { color: rgb(28,167,174); }
H1.HeaderClassName
{
color: #1CA7AE;
}
.AnyTagClassName
{
color: #1CA7AE;
}
</style>
background-color css
<style>
a { background-color: #1CA7AE; }
a { background-color: rgb(28,167,174); }
div.DivClassName
{
background-color: #1CA7AE;
}
.BgClassName
{
background-color: #1CA7AE;
}
</style>
border-color css
<style>
span { border-color: #1CA7AE; }
span { border-color: rgb(28,167,174); }
td.TdClassName
{
border-color: #1CA7AE;
}
.TagClassName
{
border-color: #1CA7AE;
}
</style>