Shades of Light Sea Green #1CACB5
Tints of Light Sea Green #1CACB5
RGB
CMYK
RGB Variations
Color information
#1CACB5 (or 0x1CACB5) is known color: Light Sea Green. HEX triplet: 1C, AC and B5. RGB value is (28,172,181). Sum of RGB (Red+Green+Blue) = 28+172+181=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #1CACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACB5 is #E3534A. Grayscale: #818181. Windows color (decimal): -14897995 or 11906076. OLE color: 11906076.
HSL color Cylindrical-coordinate representation of color #1CACB5: hue angle of 183.53º 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 #1CACB5 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 172 | 181 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.29 |
| HSL | 183.53º | 0.73% | 0.41% | - |
| HSV(B) | 183.53º | 0.85% | 0.71% | - |
| XYZ | 23.57 | 33.09 | 48.86 | - |
| YUV | 129.97 | 156.79 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 181 | 0.85 | 0.05 | 0 | 0.29 | 183.53 | 0.73 | 0.41 |
| Hex | 1C | AC | B5 | 55 | 5 | 0 | 1D | B8 | 49 | 29 |
| Octal | 34 | 254 | 265 | 125 | 5 | 0 | 35 | 270 | 111 | 51 |
| Binary | 11100 | 10101100 | 10110101 | 1010101 | 101 | 0 | 11101 | 10111000 | 1001001 | 101001 |
Color Harmonies of #1CACB5
Complementary color
Monochromatic Colors of #1CACB5
Black with #1CACB5
Text Example
Text Example
White with #1CACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACB5; }
p { color: rgb(28,172,181); }
H1.HeaderClassName
{
color: #1CACB5;
}
.AnyTagClassName
{
color: #1CACB5;
}
</style>
background-color css
<style>
a { background-color: #1CACB5; }
a { background-color: rgb(28,172,181); }
div.DivClassName
{
background-color: #1CACB5;
}
.BgClassName
{
background-color: #1CACB5;
}
</style>
border-color css
<style>
span { border-color: #1CACB5; }
span { border-color: rgb(28,172,181); }
td.TdClassName
{
border-color: #1CACB5;
}
.TagClassName
{
border-color: #1CACB5;
}
</style>