Shades of Light Sea Green #1CAE9A
Tints of Light Sea Green #1CAE9A
RGB
CMYK
RGB Variations
Color information
#1CAE9A (or 0x1CAE9A) is known color: Light Sea Green. HEX triplet: 1C, AE and 9A. RGB value is (28,174,154). Sum of RGB (Red+Green+Blue) = 28+174+154=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAE9A is #E35165. Grayscale: #808080. Windows color (decimal): -14897510 or 10137116. OLE color: 10137116.
HSL color Cylindrical-coordinate representation of color #1CAE9A: hue angle of 171.78º 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 #1CAE9A is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 154 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.32 |
| HSL | 171.78º | 0.72% | 0.4% | - |
| HSV(B) | 171.78º | 0.84% | 0.68% | - |
| XYZ | 21.45 | 32.85 | 35.78 | - |
| YUV | 128.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 154 | 0.84 | 0 | 0.11 | 0.32 | 171.78 | 0.72 | 0.4 |
| Hex | 1C | AE | 9A | 54 | 0 | B | 20 | AC | 48 | 28 |
| Octal | 34 | 256 | 232 | 124 | 0 | 13 | 40 | 254 | 110 | 50 |
| Binary | 11100 | 10101110 | 10011010 | 1010100 | 0 | 1011 | 100000 | 10101100 | 1001000 | 101000 |
Color Harmonies of #1CAE9A
Complementary color
Monochromatic Colors of #1CAE9A
Black with #1CAE9A
Text Example
Text Example
White with #1CAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE9A; }
p { color: rgb(28,174,154); }
H1.HeaderClassName
{
color: #1CAE9A;
}
.AnyTagClassName
{
color: #1CAE9A;
}
</style>
background-color css
<style>
a { background-color: #1CAE9A; }
a { background-color: rgb(28,174,154); }
div.DivClassName
{
background-color: #1CAE9A;
}
.BgClassName
{
background-color: #1CAE9A;
}
</style>
border-color css
<style>
span { border-color: #1CAE9A; }
span { border-color: rgb(28,174,154); }
td.TdClassName
{
border-color: #1CAE9A;
}
.TagClassName
{
border-color: #1CAE9A;
}
</style>