Shades of Light Sea Green #1CCABA
Tints of Light Sea Green #1CCABA
RGB
CMYK
RGB Variations
Color information
#1CCABA (or 0x1CCABA) is known color: Light Sea Green. HEX triplet: 1C, CA and BA. RGB value is (28,202,186). Sum of RGB (Red+Green+Blue) = 28+202+186=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCABA is #E33545. Grayscale: #949494. Windows color (decimal): -14890310 or 12241436. OLE color: 12241436.
HSL color Cylindrical-coordinate representation of color #1CCABA: hue angle of 174.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCABA is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 186 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.21 |
| HSL | 174.48º | 0.76% | 0.45% | - |
| HSV(B) | 174.48º | 0.86% | 0.79% | - |
| XYZ | 30.46 | 46.03 | 53.73 | - |
| YUV | 148.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 186 | 0.86 | 0 | 0.08 | 0.21 | 174.48 | 0.76 | 0.45 |
| Hex | 1C | CA | BA | 56 | 0 | 8 | 15 | AE | 4C | 2D |
| Octal | 34 | 312 | 272 | 126 | 0 | 10 | 25 | 256 | 114 | 55 |
| Binary | 11100 | 11001010 | 10111010 | 1010110 | 0 | 1000 | 10101 | 10101110 | 1001100 | 101101 |
Color Harmonies of #1CCABA
Complementary color
Monochromatic Colors of #1CCABA
Black with #1CCABA
Text Example
Text Example
White with #1CCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCABA; }
p { color: rgb(28,202,186); }
H1.HeaderClassName
{
color: #1CCABA;
}
.AnyTagClassName
{
color: #1CCABA;
}
</style>
background-color css
<style>
a { background-color: #1CCABA; }
a { background-color: rgb(28,202,186); }
div.DivClassName
{
background-color: #1CCABA;
}
.BgClassName
{
background-color: #1CCABA;
}
</style>
border-color css
<style>
span { border-color: #1CCABA; }
span { border-color: rgb(28,202,186); }
td.TdClassName
{
border-color: #1CCABA;
}
.TagClassName
{
border-color: #1CCABA;
}
</style>