Shades of Light Sea Green #1CBBA6
Tints of Light Sea Green #1CBBA6
RGB
CMYK
RGB Variations
Color information
#1CBBA6 (or 0x1CBBA6) is known color: Light Sea Green. HEX triplet: 1C, BB and A6. RGB value is (28,187,166). Sum of RGB (Red+Green+Blue) = 28+187+166=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBA6 is #E34459. Grayscale: #888888. Windows color (decimal): -14894170 or 10926876. OLE color: 10926876.
HSL color Cylindrical-coordinate representation of color #1CBBA6: hue angle of 172.08º 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 #1CBBA6 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 166 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.27 |
| HSL | 172.08º | 0.74% | 0.42% | - |
| HSV(B) | 172.08º | 0.85% | 0.73% | - |
| XYZ | 25.13 | 38.54 | 42.19 | - |
| YUV | 137.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 166 | 0.85 | 0 | 0.11 | 0.27 | 172.08 | 0.74 | 0.42 |
| Hex | 1C | BB | A6 | 55 | 0 | B | 1B | AC | 4A | 2A |
| Octal | 34 | 273 | 246 | 125 | 0 | 13 | 33 | 254 | 112 | 52 |
| Binary | 11100 | 10111011 | 10100110 | 1010101 | 0 | 1011 | 11011 | 10101100 | 1001010 | 101010 |
Color Harmonies of #1CBBA6
Complementary color
Monochromatic Colors of #1CBBA6
Black with #1CBBA6
Text Example
Text Example
White with #1CBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBA6; }
p { color: rgb(28,187,166); }
H1.HeaderClassName
{
color: #1CBBA6;
}
.AnyTagClassName
{
color: #1CBBA6;
}
</style>
background-color css
<style>
a { background-color: #1CBBA6; }
a { background-color: rgb(28,187,166); }
div.DivClassName
{
background-color: #1CBBA6;
}
.BgClassName
{
background-color: #1CBBA6;
}
</style>
border-color css
<style>
span { border-color: #1CBBA6; }
span { border-color: rgb(28,187,166); }
td.TdClassName
{
border-color: #1CBBA6;
}
.TagClassName
{
border-color: #1CBBA6;
}
</style>