Shades of Light Sea Green #1CBCB6
Tints of Light Sea Green #1CBCB6
RGB
CMYK
RGB Variations
Color information
#1CBCB6 (or 0x1CBCB6) is known color: Light Sea Green. HEX triplet: 1C, BC and B6. RGB value is (28,188,182). Sum of RGB (Red+Green+Blue) = 28+188+182=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCB6 is #E34349. Grayscale: #8B8B8B. Windows color (decimal): -14893898 or 11975708. OLE color: 11975708.
HSL color Cylindrical-coordinate representation of color #1CBCB6: hue angle of 177.75º 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 #1CBCB6 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 182 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.26 |
| HSL | 177.75º | 0.74% | 0.42% | - |
| HSV(B) | 177.75º | 0.85% | 0.74% | - |
| XYZ | 26.91 | 39.59 | 50.48 | - |
| YUV | 139.48 | 151.99 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 182 | 0.85 | 0 | 0.03 | 0.26 | 177.75 | 0.74 | 0.42 |
| Hex | 1C | BC | B6 | 55 | 0 | 3 | 1A | B2 | 4A | 2A |
| Octal | 34 | 274 | 266 | 125 | 0 | 3 | 32 | 262 | 112 | 52 |
| Binary | 11100 | 10111100 | 10110110 | 1010101 | 0 | 11 | 11010 | 10110010 | 1001010 | 101010 |
Color Harmonies of #1CBCB6
Complementary color
Monochromatic Colors of #1CBCB6
Black with #1CBCB6
Text Example
Text Example
White with #1CBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCB6; }
p { color: rgb(28,188,182); }
H1.HeaderClassName
{
color: #1CBCB6;
}
.AnyTagClassName
{
color: #1CBCB6;
}
</style>
background-color css
<style>
a { background-color: #1CBCB6; }
a { background-color: rgb(28,188,182); }
div.DivClassName
{
background-color: #1CBCB6;
}
.BgClassName
{
background-color: #1CBCB6;
}
</style>
border-color css
<style>
span { border-color: #1CBCB6; }
span { border-color: rgb(28,188,182); }
td.TdClassName
{
border-color: #1CBCB6;
}
.TagClassName
{
border-color: #1CBCB6;
}
</style>