Shades of Light Sea Green #1CB0BE
Tints of Light Sea Green #1CB0BE
RGB
CMYK
RGB Variations
Color information
#1CB0BE (or 0x1CB0BE) is known color: Light Sea Green. HEX triplet: 1C, B0 and BE. RGB value is (28,176,190). Sum of RGB (Red+Green+Blue) = 28+176+190=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CB0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB0BE is #E34F41. Grayscale: #858585. Windows color (decimal): -14896962 or 12496924. OLE color: 12496924.
HSL color Cylindrical-coordinate representation of color #1CB0BE: hue angle of 185.19º degrees, saturation: 0.74, 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 #1CB0BE is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 176 | 190 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.25 |
| HSL | 185.19º | 0.74% | 0.43% | - |
| HSV(B) | 185.19º | 0.85% | 0.75% | - |
| XYZ | 25.3 | 35.02 | 54.14 | - |
| YUV | 133.34 | 159.97 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 190 | 0.85 | 0.07 | 0 | 0.25 | 185.19 | 0.74 | 0.43 |
| Hex | 1C | B0 | BE | 55 | 7 | 0 | 19 | B9 | 4A | 2B |
| Octal | 34 | 260 | 276 | 125 | 7 | 0 | 31 | 271 | 112 | 53 |
| Binary | 11100 | 10110000 | 10111110 | 1010101 | 111 | 0 | 11001 | 10111001 | 1001010 | 101011 |
Color Harmonies of #1CB0BE
Complementary color
Monochromatic Colors of #1CB0BE
Black with #1CB0BE
Text Example
Text Example
White with #1CB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB0BE; }
p { color: rgb(28,176,190); }
H1.HeaderClassName
{
color: #1CB0BE;
}
.AnyTagClassName
{
color: #1CB0BE;
}
</style>
background-color css
<style>
a { background-color: #1CB0BE; }
a { background-color: rgb(28,176,190); }
div.DivClassName
{
background-color: #1CB0BE;
}
.BgClassName
{
background-color: #1CB0BE;
}
</style>
border-color css
<style>
span { border-color: #1CB0BE; }
span { border-color: rgb(28,176,190); }
td.TdClassName
{
border-color: #1CB0BE;
}
.TagClassName
{
border-color: #1CB0BE;
}
</style>