Shades of Light Sea Green #1CBCB7
Tints of Light Sea Green #1CBCB7
RGB
CMYK
RGB Variations
Color information
#1CBCB7 (or 0x1CBCB7) is known color: Light Sea Green. HEX triplet: 1C, BC and B7. RGB value is (28,188,183). Sum of RGB (Red+Green+Blue) = 28+188+183=399 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.02% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCB7 is #E34348. Grayscale: #8B8B8B. Windows color (decimal): -14893897 or 12041244. OLE color: 12041244.
HSL color Cylindrical-coordinate representation of color #1CBCB7: hue angle of 178.12º 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 #1CBCB7 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 183 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.26 |
| HSL | 178.13º | 0.74% | 0.42% | - |
| HSV(B) | 178.13º | 0.85% | 0.74% | - |
| XYZ | 27.01 | 39.63 | 51.03 | - |
| YUV | 139.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 183 | 0.85 | 0 | 0.03 | 0.26 | 178.13 | 0.74 | 0.42 |
| Hex | 1C | BC | B7 | 55 | 0 | 3 | 1A | B2 | 4A | 2A |
| Octal | 34 | 274 | 267 | 125 | 0 | 3 | 32 | 262 | 112 | 52 |
| Binary | 11100 | 10111100 | 10110111 | 1010101 | 0 | 11 | 11010 | 10110010 | 1001010 | 101010 |
Color Harmonies of #1CBCB7
Complementary color
Monochromatic Colors of #1CBCB7
Black with #1CBCB7
Text Example
Text Example
White with #1CBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCB7; }
p { color: rgb(28,188,183); }
H1.HeaderClassName
{
color: #1CBCB7;
}
.AnyTagClassName
{
color: #1CBCB7;
}
</style>
background-color css
<style>
a { background-color: #1CBCB7; }
a { background-color: rgb(28,188,183); }
div.DivClassName
{
background-color: #1CBCB7;
}
.BgClassName
{
background-color: #1CBCB7;
}
</style>
border-color css
<style>
span { border-color: #1CBCB7; }
span { border-color: rgb(28,188,183); }
td.TdClassName
{
border-color: #1CBCB7;
}
.TagClassName
{
border-color: #1CBCB7;
}
</style>