Shades of Light Sea Green #1CBBC0
Tints of Light Sea Green #1CBBC0
RGB
CMYK
RGB Variations
Color information
#1CBBC0 (or 0x1CBBC0) is known color: Light Sea Green. HEX triplet: 1C, BB and C0. RGB value is (28,187,192). Sum of RGB (Red+Green+Blue) = 28+187+192=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #1CBBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBC0 is #E3443F. Grayscale: #8B8B8B. Windows color (decimal): -14894144 or 12630812. OLE color: 12630812.
HSL color Cylindrical-coordinate representation of color #1CBBC0: hue angle of 181.83º degrees, saturation: 0.75, 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 #1CBBC0 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 187 | 192 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.25 |
| HSL | 181.83º | 0.75% | 0.43% | - |
| HSV(B) | 181.83º | 0.85% | 0.75% | - |
| XYZ | 27.76 | 39.59 | 56.05 | - |
| YUV | 140.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 192 | 0.85 | 0.03 | 0 | 0.25 | 181.83 | 0.75 | 0.43 |
| Hex | 1C | BB | C0 | 55 | 3 | 0 | 19 | B6 | 4B | 2B |
| Octal | 34 | 273 | 300 | 125 | 3 | 0 | 31 | 266 | 113 | 53 |
| Binary | 11100 | 10111011 | 11000000 | 1010101 | 11 | 0 | 11001 | 10110110 | 1001011 | 101011 |
Color Harmonies of #1CBBC0
Complementary color
Monochromatic Colors of #1CBBC0
Black with #1CBBC0
Text Example
Text Example
White with #1CBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBC0; }
p { color: rgb(28,187,192); }
H1.HeaderClassName
{
color: #1CBBC0;
}
.AnyTagClassName
{
color: #1CBBC0;
}
</style>
background-color css
<style>
a { background-color: #1CBBC0; }
a { background-color: rgb(28,187,192); }
div.DivClassName
{
background-color: #1CBBC0;
}
.BgClassName
{
background-color: #1CBBC0;
}
</style>
border-color css
<style>
span { border-color: #1CBBC0; }
span { border-color: rgb(28,187,192); }
td.TdClassName
{
border-color: #1CBBC0;
}
.TagClassName
{
border-color: #1CBBC0;
}
</style>