Shades of Light Sea Green #1CABAC
Tints of Light Sea Green #1CABAC
RGB
CMYK
RGB Variations
Color information
#1CABAC (or 0x1CABAC) is known color: Light Sea Green. HEX triplet: 1C, AB and AC. RGB value is (28,171,172). Sum of RGB (Red+Green+Blue) = 28+171+172=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #1CABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CABAC is #E35453. Grayscale: #808080. Windows color (decimal): -14898260 or 11315996. OLE color: 11315996.
HSL color Cylindrical-coordinate representation of color #1CABAC: hue angle of 180.42º 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 #1CABAC is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 172 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.33 |
| HSL | 180.42º | 0.72% | 0.39% | - |
| HSV(B) | 180.42º | 0.84% | 0.67% | - |
| XYZ | 22.49 | 32.35 | 44.09 | - |
| YUV | 128.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 172 | 0.84 | 0.01 | 0 | 0.33 | 180.42 | 0.72 | 0.39 |
| Hex | 1C | AB | AC | 54 | 1 | 0 | 21 | B4 | 48 | 27 |
| Octal | 34 | 253 | 254 | 124 | 1 | 0 | 41 | 264 | 110 | 47 |
| Binary | 11100 | 10101011 | 10101100 | 1010100 | 1 | 0 | 100001 | 10110100 | 1001000 | 100111 |
Color Harmonies of #1CABAC
Complementary color
Monochromatic Colors of #1CABAC
Black with #1CABAC
Text Example
Text Example
White with #1CABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABAC; }
p { color: rgb(28,171,172); }
H1.HeaderClassName
{
color: #1CABAC;
}
.AnyTagClassName
{
color: #1CABAC;
}
</style>
background-color css
<style>
a { background-color: #1CABAC; }
a { background-color: rgb(28,171,172); }
div.DivClassName
{
background-color: #1CABAC;
}
.BgClassName
{
background-color: #1CABAC;
}
</style>
border-color css
<style>
span { border-color: #1CABAC; }
span { border-color: rgb(28,171,172); }
td.TdClassName
{
border-color: #1CABAC;
}
.TagClassName
{
border-color: #1CABAC;
}
</style>