Shades of Light Sea Green #1CABB6
Tints of Light Sea Green #1CABB6
RGB
CMYK
RGB Variations
Color information
#1CABB6 (or 0x1CABB6) is known color: Light Sea Green. HEX triplet: 1C, AB and B6. RGB value is (28,171,182). Sum of RGB (Red+Green+Blue) = 28+171+182=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #1CABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABB6 is #E35449. Grayscale: #818181. Windows color (decimal): -14898250 or 11971356. OLE color: 11971356.
HSL color Cylindrical-coordinate representation of color #1CABB6: hue angle of 184.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CABB6 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 171 | 182 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.29 |
| HSL | 184.29º | 0.73% | 0.41% | - |
| HSV(B) | 184.29º | 0.85% | 0.71% | - |
| XYZ | 23.49 | 32.75 | 49.34 | - |
| YUV | 129.5 | 157.62 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 182 | 0.85 | 0.06 | 0 | 0.29 | 184.29 | 0.73 | 0.41 |
| Hex | 1C | AB | B6 | 55 | 6 | 0 | 1D | B8 | 49 | 29 |
| Octal | 34 | 253 | 266 | 125 | 6 | 0 | 35 | 270 | 111 | 51 |
| Binary | 11100 | 10101011 | 10110110 | 1010101 | 110 | 0 | 11101 | 10111000 | 1001001 | 101001 |
Color Harmonies of #1CABB6
Complementary color
Monochromatic Colors of #1CABB6
Black with #1CABB6
Text Example
Text Example
White with #1CABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABB6; }
p { color: rgb(28,171,182); }
H1.HeaderClassName
{
color: #1CABB6;
}
.AnyTagClassName
{
color: #1CABB6;
}
</style>
background-color css
<style>
a { background-color: #1CABB6; }
a { background-color: rgb(28,171,182); }
div.DivClassName
{
background-color: #1CABB6;
}
.BgClassName
{
background-color: #1CABB6;
}
</style>
border-color css
<style>
span { border-color: #1CABB6; }
span { border-color: rgb(28,171,182); }
td.TdClassName
{
border-color: #1CABB6;
}
.TagClassName
{
border-color: #1CABB6;
}
</style>