Shades of Light Sea Green #1CA6AB
Tints of Light Sea Green #1CA6AB
RGB
CMYK
RGB Variations
Color information
#1CA6AB (or 0x1CA6AB) is known color: Light Sea Green. HEX triplet: 1C, A6 and AB. RGB value is (28,166,171). Sum of RGB (Red+Green+Blue) = 28+166+171=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #1CA6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA6AB is #E35954. Grayscale: #7D7D7D. Windows color (decimal): -14899541 or 11249180. OLE color: 11249180.
HSL color Cylindrical-coordinate representation of color #1CA6AB: hue angle of 182.1º 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 #1CA6AB is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 166 | 171 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.33 |
| HSL | 182.1º | 0.72% | 0.39% | - |
| HSV(B) | 182.1º | 0.84% | 0.67% | - |
| XYZ | 21.47 | 30.46 | 43.28 | - |
| YUV | 125.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 166 | 171 | 0.84 | 0.03 | 0 | 0.33 | 182.1 | 0.72 | 0.39 |
| Hex | 1C | A6 | AB | 54 | 3 | 0 | 21 | B6 | 48 | 27 |
| Octal | 34 | 246 | 253 | 124 | 3 | 0 | 41 | 266 | 110 | 47 |
| Binary | 11100 | 10100110 | 10101011 | 1010100 | 11 | 0 | 100001 | 10110110 | 1001000 | 100111 |
Color Harmonies of #1CA6AB
Complementary color
Monochromatic Colors of #1CA6AB
Black with #1CA6AB
Text Example
Text Example
White with #1CA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA6AB; }
p { color: rgb(28,166,171); }
H1.HeaderClassName
{
color: #1CA6AB;
}
.AnyTagClassName
{
color: #1CA6AB;
}
</style>
background-color css
<style>
a { background-color: #1CA6AB; }
a { background-color: rgb(28,166,171); }
div.DivClassName
{
background-color: #1CA6AB;
}
.BgClassName
{
background-color: #1CA6AB;
}
</style>
border-color css
<style>
span { border-color: #1CA6AB; }
span { border-color: rgb(28,166,171); }
td.TdClassName
{
border-color: #1CA6AB;
}
.TagClassName
{
border-color: #1CA6AB;
}
</style>