Shades of Light Sea Green #1CBDBC
Tints of Light Sea Green #1CBDBC
RGB
CMYK
RGB Variations
Color information
#1CBDBC (or 0x1CBDBC) is known color: Light Sea Green. HEX triplet: 1C, BD and BC. RGB value is (28,189,188). Sum of RGB (Red+Green+Blue) = 28+189+188=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDBC is #E34243. Grayscale: #8C8C8C. Windows color (decimal): -14893636 or 12369180. OLE color: 12369180.
HSL color Cylindrical-coordinate representation of color #1CBDBC: hue angle of 179.63º 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 #1CBDBC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 189 | 188 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.26 |
| HSL | 179.63º | 0.74% | 0.43% | - |
| HSV(B) | 179.63º | 0.85% | 0.74% | - |
| XYZ | 27.75 | 40.27 | 53.89 | - |
| YUV | 140.75 | 154.66 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 188 | 0.85 | 0 | 0.01 | 0.26 | 179.63 | 0.74 | 0.43 |
| Hex | 1C | BD | BC | 55 | 0 | 1 | 1A | B4 | 4A | 2B |
| Octal | 34 | 275 | 274 | 125 | 0 | 1 | 32 | 264 | 112 | 53 |
| Binary | 11100 | 10111101 | 10111100 | 1010101 | 0 | 1 | 11010 | 10110100 | 1001010 | 101011 |
Color Harmonies of #1CBDBC
Complementary color
Monochromatic Colors of #1CBDBC
Black with #1CBDBC
Text Example
Text Example
White with #1CBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDBC; }
p { color: rgb(28,189,188); }
H1.HeaderClassName
{
color: #1CBDBC;
}
.AnyTagClassName
{
color: #1CBDBC;
}
</style>
background-color css
<style>
a { background-color: #1CBDBC; }
a { background-color: rgb(28,189,188); }
div.DivClassName
{
background-color: #1CBDBC;
}
.BgClassName
{
background-color: #1CBDBC;
}
</style>
border-color css
<style>
span { border-color: #1CBDBC; }
span { border-color: rgb(28,189,188); }
td.TdClassName
{
border-color: #1CBDBC;
}
.TagClassName
{
border-color: #1CBDBC;
}
</style>