Shades of Light Sea Green #1CAAAA
Tints of Light Sea Green #1CAAAA
RGB
CMYK
RGB Variations
Color information
#1CAAAA (or 0x1CAAAA) is known color: Light Sea Green. HEX triplet: 1C, AA and AA. RGB value is (28,170,170). Sum of RGB (Red+Green+Blue) = 28+170+170=368 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.61% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #1CAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAAAA is #E35555. Grayscale: #7F7F7F. Windows color (decimal): -14898518 or 11184668. OLE color: 11184668.
HSL color Cylindrical-coordinate representation of color #1CAAAA: hue angle of 180º 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 #1CAAAA is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 170 | - |
| CMYK | 0.84 | 0 | 0 | 0.33 |
| HSL | 180º | 0.72% | 0.39% | - |
| HSV(B) | 180º | 0.84% | 0.67% | - |
| XYZ | 22.11 | 31.9 | 43.02 | - |
| YUV | 127.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 170 | 0.84 | 0 | 0 | 0.33 | 180 | 0.72 | 0.39 |
| Hex | 1C | AA | AA | 54 | 0 | 0 | 21 | B4 | 48 | 27 |
| Octal | 34 | 252 | 252 | 124 | 0 | 0 | 41 | 264 | 110 | 47 |
| Binary | 11100 | 10101010 | 10101010 | 1010100 | 0 | 0 | 100001 | 10110100 | 1001000 | 100111 |
Color Harmonies of #1CAAAA
Complementary color
Monochromatic Colors of #1CAAAA
Black with #1CAAAA
Text Example
Text Example
White with #1CAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAAAA; }
p { color: rgb(28,170,170); }
H1.HeaderClassName
{
color: #1CAAAA;
}
.AnyTagClassName
{
color: #1CAAAA;
}
</style>
background-color css
<style>
a { background-color: #1CAAAA; }
a { background-color: rgb(28,170,170); }
div.DivClassName
{
background-color: #1CAAAA;
}
.BgClassName
{
background-color: #1CAAAA;
}
</style>
border-color css
<style>
span { border-color: #1CAAAA; }
span { border-color: rgb(28,170,170); }
td.TdClassName
{
border-color: #1CAAAA;
}
.TagClassName
{
border-color: #1CAAAA;
}
</style>