Shades of Light Sea Green #1CCBBC
Tints of Light Sea Green #1CCBBC
RGB
CMYK
RGB Variations
Color information
#1CCBBC (or 0x1CCBBC) is known color: Light Sea Green. HEX triplet: 1C, CB and BC. RGB value is (28,203,188). Sum of RGB (Red+Green+Blue) = 28+203+188=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBBC is #E33443. Grayscale: #949494. Windows color (decimal): -14890052 or 12372764. OLE color: 12372764.
HSL color Cylindrical-coordinate representation of color #1CCBBC: hue angle of 174.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCBBC is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 188 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.20 |
| HSL | 174.86º | 0.76% | 0.45% | - |
| HSV(B) | 174.86º | 0.86% | 0.8% | - |
| XYZ | 30.91 | 46.59 | 54.94 | - |
| YUV | 148.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 188 | 0.86 | 0 | 0.07 | 0.20 | 174.86 | 0.76 | 0.45 |
| Hex | 1C | CB | BC | 56 | 0 | 7 | 14 | AF | 4C | 2D |
| Octal | 34 | 313 | 274 | 126 | 0 | 7 | 24 | 257 | 114 | 55 |
| Binary | 11100 | 11001011 | 10111100 | 1010110 | 0 | 111 | 10100 | 10101111 | 1001100 | 101101 |
Color Harmonies of #1CCBBC
Complementary color
Monochromatic Colors of #1CCBBC
Black with #1CCBBC
Text Example
Text Example
White with #1CCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBBC; }
p { color: rgb(28,203,188); }
H1.HeaderClassName
{
color: #1CCBBC;
}
.AnyTagClassName
{
color: #1CCBBC;
}
</style>
background-color css
<style>
a { background-color: #1CCBBC; }
a { background-color: rgb(28,203,188); }
div.DivClassName
{
background-color: #1CCBBC;
}
.BgClassName
{
background-color: #1CCBBC;
}
</style>
border-color css
<style>
span { border-color: #1CCBBC; }
span { border-color: rgb(28,203,188); }
td.TdClassName
{
border-color: #1CCBBC;
}
.TagClassName
{
border-color: #1CCBBC;
}
</style>