Shades of Light Sea Green #1CBDAC
Tints of Light Sea Green #1CBDAC
RGB
CMYK
RGB Variations
Color information
#1CBDAC (or 0x1CBDAC) is known color: Light Sea Green. HEX triplet: 1C, BD and AC. RGB value is (28,189,172). Sum of RGB (Red+Green+Blue) = 28+189+172=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBDAC is #E34253. Grayscale: #8A8A8A. Windows color (decimal): -14893652 or 11320604. OLE color: 11320604.
HSL color Cylindrical-coordinate representation of color #1CBDAC: hue angle of 173.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBDAC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 189 | 172 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.26 |
| HSL | 173.66º | 0.74% | 0.43% | - |
| HSV(B) | 173.66º | 0.85% | 0.74% | - |
| XYZ | 26.12 | 39.62 | 45.3 | - |
| YUV | 138.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 172 | 0.85 | 0 | 0.09 | 0.26 | 173.66 | 0.74 | 0.43 |
| Hex | 1C | BD | AC | 55 | 0 | 9 | 1A | AE | 4A | 2B |
| Octal | 34 | 275 | 254 | 125 | 0 | 11 | 32 | 256 | 112 | 53 |
| Binary | 11100 | 10111101 | 10101100 | 1010101 | 0 | 1001 | 11010 | 10101110 | 1001010 | 101011 |
Color Harmonies of #1CBDAC
Complementary color
Monochromatic Colors of #1CBDAC
Black with #1CBDAC
Text Example
Text Example
White with #1CBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDAC; }
p { color: rgb(28,189,172); }
H1.HeaderClassName
{
color: #1CBDAC;
}
.AnyTagClassName
{
color: #1CBDAC;
}
</style>
background-color css
<style>
a { background-color: #1CBDAC; }
a { background-color: rgb(28,189,172); }
div.DivClassName
{
background-color: #1CBDAC;
}
.BgClassName
{
background-color: #1CBDAC;
}
</style>
border-color css
<style>
span { border-color: #1CBDAC; }
span { border-color: rgb(28,189,172); }
td.TdClassName
{
border-color: #1CBDAC;
}
.TagClassName
{
border-color: #1CBDAC;
}
</style>