Shades of Light Sea Green #1CBAA3
Tints of Light Sea Green #1CBAA3
RGB
CMYK
RGB Variations
Color information
#1CBAA3 (or 0x1CBAA3) is known color: Light Sea Green. HEX triplet: 1C, BA and A3. RGB value is (28,186,163). Sum of RGB (Red+Green+Blue) = 28+186+163=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAA3 is #E3455C. Grayscale: #888888. Windows color (decimal): -14894429 or 10730012. OLE color: 10730012.
HSL color Cylindrical-coordinate representation of color #1CBAA3: hue angle of 171.27º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBAA3 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 163 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.27 |
| HSL | 171.27º | 0.74% | 0.42% | - |
| HSV(B) | 171.27º | 0.85% | 0.73% | - |
| XYZ | 24.65 | 38.01 | 40.69 | - |
| YUV | 136.14 | 143.15 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 163 | 0.85 | 0 | 0.12 | 0.27 | 171.27 | 0.74 | 0.42 |
| Hex | 1C | BA | A3 | 55 | 0 | C | 1B | AB | 4A | 2A |
| Octal | 34 | 272 | 243 | 125 | 0 | 14 | 33 | 253 | 112 | 52 |
| Binary | 11100 | 10111010 | 10100011 | 1010101 | 0 | 1100 | 11011 | 10101011 | 1001010 | 101010 |
Color Harmonies of #1CBAA3
Complementary color
Monochromatic Colors of #1CBAA3
Black with #1CBAA3
Text Example
Text Example
White with #1CBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAA3; }
p { color: rgb(28,186,163); }
H1.HeaderClassName
{
color: #1CBAA3;
}
.AnyTagClassName
{
color: #1CBAA3;
}
</style>
background-color css
<style>
a { background-color: #1CBAA3; }
a { background-color: rgb(28,186,163); }
div.DivClassName
{
background-color: #1CBAA3;
}
.BgClassName
{
background-color: #1CBAA3;
}
</style>
border-color css
<style>
span { border-color: #1CBAA3; }
span { border-color: rgb(28,186,163); }
td.TdClassName
{
border-color: #1CBAA3;
}
.TagClassName
{
border-color: #1CBAA3;
}
</style>