Shades of Light Sea Green #1CA99D
Tints of Light Sea Green #1CA99D
RGB
CMYK
RGB Variations
Color information
#1CA99D (or 0x1CA99D) is known color: Light Sea Green. HEX triplet: 1C, A9 and 9D. RGB value is (28,169,157). Sum of RGB (Red+Green+Blue) = 28+169+157=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA99D is #E35662. Grayscale: #7D7D7D. Windows color (decimal): -14898787 or 10332444. OLE color: 10332444.
HSL color Cylindrical-coordinate representation of color #1CA99D: hue angle of 174.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA99D is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 157 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.34 |
| HSL | 174.89º | 0.72% | 0.39% | - |
| HSV(B) | 174.89º | 0.83% | 0.66% | - |
| XYZ | 20.75 | 31.06 | 36.8 | - |
| YUV | 125.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 157 | 0.83 | 0 | 0.07 | 0.34 | 174.89 | 0.72 | 0.39 |
| Hex | 1C | A9 | 9D | 53 | 0 | 7 | 22 | AF | 48 | 27 |
| Octal | 34 | 251 | 235 | 123 | 0 | 7 | 42 | 257 | 110 | 47 |
| Binary | 11100 | 10101001 | 10011101 | 1010011 | 0 | 111 | 100010 | 10101111 | 1001000 | 100111 |
Color Harmonies of #1CA99D
Complementary color
Monochromatic Colors of #1CA99D
Black with #1CA99D
Text Example
Text Example
White with #1CA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA99D; }
p { color: rgb(28,169,157); }
H1.HeaderClassName
{
color: #1CA99D;
}
.AnyTagClassName
{
color: #1CA99D;
}
</style>
background-color css
<style>
a { background-color: #1CA99D; }
a { background-color: rgb(28,169,157); }
div.DivClassName
{
background-color: #1CA99D;
}
.BgClassName
{
background-color: #1CA99D;
}
</style>
border-color css
<style>
span { border-color: #1CA99D; }
span { border-color: rgb(28,169,157); }
td.TdClassName
{
border-color: #1CA99D;
}
.TagClassName
{
border-color: #1CA99D;
}
</style>