Shades of Light Sea Green #1CBABB
Tints of Light Sea Green #1CBABB
RGB
CMYK
RGB Variations
Color information
#1CBABB (or 0x1CBABB) is known color: Light Sea Green. HEX triplet: 1C, BA and BB. RGB value is (28,186,187). Sum of RGB (Red+Green+Blue) = 28+186+187=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #1CBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBABB is #E34544. Grayscale: #8A8A8A. Windows color (decimal): -14894405 or 12302876. OLE color: 12302876.
HSL color Cylindrical-coordinate representation of color #1CBABB: hue angle of 180.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBABB is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 187 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.27 |
| HSL | 180.38º | 0.74% | 0.42% | - |
| HSV(B) | 180.38º | 0.85% | 0.73% | - |
| XYZ | 27.01 | 38.95 | 53.11 | - |
| YUV | 138.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 187 | 0.85 | 0.01 | 0 | 0.27 | 180.38 | 0.74 | 0.42 |
| Hex | 1C | BA | BB | 55 | 1 | 0 | 1B | B4 | 4A | 2A |
| Octal | 34 | 272 | 273 | 125 | 1 | 0 | 33 | 264 | 112 | 52 |
| Binary | 11100 | 10111010 | 10111011 | 1010101 | 1 | 0 | 11011 | 10110100 | 1001010 | 101010 |
Color Harmonies of #1CBABB
Complementary color
Monochromatic Colors of #1CBABB
Black with #1CBABB
Text Example
Text Example
White with #1CBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBABB; }
p { color: rgb(28,186,187); }
H1.HeaderClassName
{
color: #1CBABB;
}
.AnyTagClassName
{
color: #1CBABB;
}
</style>
background-color css
<style>
a { background-color: #1CBABB; }
a { background-color: rgb(28,186,187); }
div.DivClassName
{
background-color: #1CBABB;
}
.BgClassName
{
background-color: #1CBABB;
}
</style>
border-color css
<style>
span { border-color: #1CBABB; }
span { border-color: rgb(28,186,187); }
td.TdClassName
{
border-color: #1CBABB;
}
.TagClassName
{
border-color: #1CBABB;
}
</style>