Shades of Light Sea Green #1CBCB5
Tints of Light Sea Green #1CBCB5
RGB
CMYK
RGB Variations
Color information
#1CBCB5 (or 0x1CBCB5) is known color: Light Sea Green. HEX triplet: 1C, BC and B5. RGB value is (28,188,181). Sum of RGB (Red+Green+Blue) = 28+188+181=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCB5 is #E3434A. Grayscale: #8B8B8B. Windows color (decimal): -14893899 or 11910172. OLE color: 11910172.
HSL color Cylindrical-coordinate representation of color #1CBCB5: hue angle of 177.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBCB5 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 181 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.26 |
| HSL | 177.38º | 0.74% | 0.42% | - |
| HSV(B) | 177.38º | 0.85% | 0.74% | - |
| XYZ | 26.8 | 39.55 | 49.94 | - |
| YUV | 139.36 | 151.49 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 181 | 0.85 | 0 | 0.04 | 0.26 | 177.38 | 0.74 | 0.42 |
| Hex | 1C | BC | B5 | 55 | 0 | 4 | 1A | B1 | 4A | 2A |
| Octal | 34 | 274 | 265 | 125 | 0 | 4 | 32 | 261 | 112 | 52 |
| Binary | 11100 | 10111100 | 10110101 | 1010101 | 0 | 100 | 11010 | 10110001 | 1001010 | 101010 |
Color Harmonies of #1CBCB5
Complementary color
Monochromatic Colors of #1CBCB5
Black with #1CBCB5
Text Example
Text Example
White with #1CBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCB5; }
p { color: rgb(28,188,181); }
H1.HeaderClassName
{
color: #1CBCB5;
}
.AnyTagClassName
{
color: #1CBCB5;
}
</style>
background-color css
<style>
a { background-color: #1CBCB5; }
a { background-color: rgb(28,188,181); }
div.DivClassName
{
background-color: #1CBCB5;
}
.BgClassName
{
background-color: #1CBCB5;
}
</style>
border-color css
<style>
span { border-color: #1CBCB5; }
span { border-color: rgb(28,188,181); }
td.TdClassName
{
border-color: #1CBCB5;
}
.TagClassName
{
border-color: #1CBCB5;
}
</style>