Shades of Light Sea Green #1CABA4
Tints of Light Sea Green #1CABA4
RGB
CMYK
RGB Variations
Color information
#1CABA4 (or 0x1CABA4) is known color: Light Sea Green. HEX triplet: 1C, AB and A4. RGB value is (28,171,164). Sum of RGB (Red+Green+Blue) = 28+171+164=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #1CABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CABA4 is #E3545B. Grayscale: #7F7F7F. Windows color (decimal): -14898268 or 10791708. OLE color: 10791708.
HSL color Cylindrical-coordinate representation of color #1CABA4: hue angle of 177.06º 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 #1CABA4 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 164 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.33 |
| HSL | 177.06º | 0.72% | 0.39% | - |
| HSV(B) | 177.06º | 0.84% | 0.67% | - |
| XYZ | 21.74 | 32.05 | 40.16 | - |
| YUV | 127.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 164 | 0.84 | 0 | 0.04 | 0.33 | 177.06 | 0.72 | 0.39 |
| Hex | 1C | AB | A4 | 54 | 0 | 4 | 21 | B1 | 48 | 27 |
| Octal | 34 | 253 | 244 | 124 | 0 | 4 | 41 | 261 | 110 | 47 |
| Binary | 11100 | 10101011 | 10100100 | 1010100 | 0 | 100 | 100001 | 10110001 | 1001000 | 100111 |
Color Harmonies of #1CABA4
Complementary color
Monochromatic Colors of #1CABA4
Black with #1CABA4
Text Example
Text Example
White with #1CABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABA4; }
p { color: rgb(28,171,164); }
H1.HeaderClassName
{
color: #1CABA4;
}
.AnyTagClassName
{
color: #1CABA4;
}
</style>
background-color css
<style>
a { background-color: #1CABA4; }
a { background-color: rgb(28,171,164); }
div.DivClassName
{
background-color: #1CABA4;
}
.BgClassName
{
background-color: #1CABA4;
}
</style>
border-color css
<style>
span { border-color: #1CABA4; }
span { border-color: rgb(28,171,164); }
td.TdClassName
{
border-color: #1CABA4;
}
.TagClassName
{
border-color: #1CABA4;
}
</style>