Shades of Light Sea Green #1CABA7
Tints of Light Sea Green #1CABA7
RGB
CMYK
RGB Variations
Color information
#1CABA7 (or 0x1CABA7) is known color: Light Sea Green. HEX triplet: 1C, AB and A7. RGB value is (28,171,167). Sum of RGB (Red+Green+Blue) = 28+171+167=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #1CABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CABA7 is #E35458. Grayscale: #7F7F7F. Windows color (decimal): -14898265 or 10988316. OLE color: 10988316.
HSL color Cylindrical-coordinate representation of color #1CABA7: hue angle of 178.32º 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 #1CABA7 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 167 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.33 |
| HSL | 178.32º | 0.72% | 0.39% | - |
| HSV(B) | 178.32º | 0.84% | 0.67% | - |
| XYZ | 22.02 | 32.16 | 41.61 | - |
| YUV | 127.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 167 | 0.84 | 0 | 0.02 | 0.33 | 178.32 | 0.72 | 0.39 |
| Hex | 1C | AB | A7 | 54 | 0 | 2 | 21 | B2 | 48 | 27 |
| Octal | 34 | 253 | 247 | 124 | 0 | 2 | 41 | 262 | 110 | 47 |
| Binary | 11100 | 10101011 | 10100111 | 1010100 | 0 | 10 | 100001 | 10110010 | 1001000 | 100111 |
Color Harmonies of #1CABA7
Complementary color
Monochromatic Colors of #1CABA7
Black with #1CABA7
Text Example
Text Example
White with #1CABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABA7; }
p { color: rgb(28,171,167); }
H1.HeaderClassName
{
color: #1CABA7;
}
.AnyTagClassName
{
color: #1CABA7;
}
</style>
background-color css
<style>
a { background-color: #1CABA7; }
a { background-color: rgb(28,171,167); }
div.DivClassName
{
background-color: #1CABA7;
}
.BgClassName
{
background-color: #1CABA7;
}
</style>
border-color css
<style>
span { border-color: #1CABA7; }
span { border-color: rgb(28,171,167); }
td.TdClassName
{
border-color: #1CABA7;
}
.TagClassName
{
border-color: #1CABA7;
}
</style>