Shades of Light Sea Green #1CAA9E
Tints of Light Sea Green #1CAA9E
RGB
CMYK
RGB Variations
Color information
#1CAA9E (or 0x1CAA9E) is known color: Light Sea Green. HEX triplet: 1C, AA and 9E. RGB value is (28,170,158). Sum of RGB (Red+Green+Blue) = 28+170+158=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAA9E is #E35561. Grayscale: #7E7E7E. Windows color (decimal): -14898530 or 10398236. OLE color: 10398236.
HSL color Cylindrical-coordinate representation of color #1CAA9E: hue angle of 174.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA9E is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 158 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.33 |
| HSL | 174.93º | 0.72% | 0.39% | - |
| HSV(B) | 174.93º | 0.84% | 0.67% | - |
| XYZ | 21.03 | 31.46 | 37.31 | - |
| YUV | 126.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 158 | 0.84 | 0 | 0.07 | 0.33 | 174.93 | 0.72 | 0.39 |
| Hex | 1C | AA | 9E | 54 | 0 | 7 | 21 | AF | 48 | 27 |
| Octal | 34 | 252 | 236 | 124 | 0 | 7 | 41 | 257 | 110 | 47 |
| Binary | 11100 | 10101010 | 10011110 | 1010100 | 0 | 111 | 100001 | 10101111 | 1001000 | 100111 |
Color Harmonies of #1CAA9E
Complementary color
Monochromatic Colors of #1CAA9E
Black with #1CAA9E
Text Example
Text Example
White with #1CAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA9E; }
p { color: rgb(28,170,158); }
H1.HeaderClassName
{
color: #1CAA9E;
}
.AnyTagClassName
{
color: #1CAA9E;
}
</style>
background-color css
<style>
a { background-color: #1CAA9E; }
a { background-color: rgb(28,170,158); }
div.DivClassName
{
background-color: #1CAA9E;
}
.BgClassName
{
background-color: #1CAA9E;
}
</style>
border-color css
<style>
span { border-color: #1CAA9E; }
span { border-color: rgb(28,170,158); }
td.TdClassName
{
border-color: #1CAA9E;
}
.TagClassName
{
border-color: #1CAA9E;
}
</style>