Shades of Light Sea Green #1CBEAC
Tints of Light Sea Green #1CBEAC
RGB
CMYK
RGB Variations
Color information
#1CBEAC (or 0x1CBEAC) is known color: Light Sea Green. HEX triplet: 1C, BE and AC. RGB value is (28,190,172). Sum of RGB (Red+Green+Blue) = 28+190+172=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBEAC is #E34153. Grayscale: #8B8B8B. Windows color (decimal): -14893396 or 11320860. OLE color: 11320860.
HSL color Cylindrical-coordinate representation of color #1CBEAC: hue angle of 173.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBEAC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 190 | 172 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.25 |
| HSL | 173.33º | 0.74% | 0.43% | - |
| HSV(B) | 173.33º | 0.85% | 0.75% | - |
| XYZ | 26.34 | 40.05 | 45.37 | - |
| YUV | 139.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 172 | 0.85 | 0 | 0.09 | 0.25 | 173.33 | 0.74 | 0.43 |
| Hex | 1C | BE | AC | 55 | 0 | 9 | 19 | AD | 4A | 2B |
| Octal | 34 | 276 | 254 | 125 | 0 | 11 | 31 | 255 | 112 | 53 |
| Binary | 11100 | 10111110 | 10101100 | 1010101 | 0 | 1001 | 11001 | 10101101 | 1001010 | 101011 |
Color Harmonies of #1CBEAC
Complementary color
Monochromatic Colors of #1CBEAC
Black with #1CBEAC
Text Example
Text Example
White with #1CBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEAC; }
p { color: rgb(28,190,172); }
H1.HeaderClassName
{
color: #1CBEAC;
}
.AnyTagClassName
{
color: #1CBEAC;
}
</style>
background-color css
<style>
a { background-color: #1CBEAC; }
a { background-color: rgb(28,190,172); }
div.DivClassName
{
background-color: #1CBEAC;
}
.BgClassName
{
background-color: #1CBEAC;
}
</style>
border-color css
<style>
span { border-color: #1CBEAC; }
span { border-color: rgb(28,190,172); }
td.TdClassName
{
border-color: #1CBEAC;
}
.TagClassName
{
border-color: #1CBEAC;
}
</style>