Shades of Light Sea Green #1CB9BF
Tints of Light Sea Green #1CB9BF
RGB
CMYK
RGB Variations
Color information
#1CB9BF (or 0x1CB9BF) is known color: Light Sea Green. HEX triplet: 1C, B9 and BF. RGB value is (28,185,191). Sum of RGB (Red+Green+Blue) = 28+185+191=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #1CB9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB9BF is #E34640. Grayscale: #8A8A8A. Windows color (decimal): -14894657 or 12564764. OLE color: 12564764.
HSL color Cylindrical-coordinate representation of color #1CB9BF: hue angle of 182.21º 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 #1CB9BF is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 185 | 191 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.25 |
| HSL | 182.21º | 0.74% | 0.43% | - |
| HSV(B) | 182.21º | 0.85% | 0.75% | - |
| XYZ | 27.23 | 38.71 | 55.33 | - |
| YUV | 138.74 | 157.49 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 191 | 0.85 | 0.03 | 0 | 0.25 | 182.21 | 0.74 | 0.43 |
| Hex | 1C | B9 | BF | 55 | 3 | 0 | 19 | B6 | 4A | 2B |
| Octal | 34 | 271 | 277 | 125 | 3 | 0 | 31 | 266 | 112 | 53 |
| Binary | 11100 | 10111001 | 10111111 | 1010101 | 11 | 0 | 11001 | 10110110 | 1001010 | 101011 |
Color Harmonies of #1CB9BF
Complementary color
Monochromatic Colors of #1CB9BF
Black with #1CB9BF
Text Example
Text Example
White with #1CB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB9BF; }
p { color: rgb(28,185,191); }
H1.HeaderClassName
{
color: #1CB9BF;
}
.AnyTagClassName
{
color: #1CB9BF;
}
</style>
background-color css
<style>
a { background-color: #1CB9BF; }
a { background-color: rgb(28,185,191); }
div.DivClassName
{
background-color: #1CB9BF;
}
.BgClassName
{
background-color: #1CB9BF;
}
</style>
border-color css
<style>
span { border-color: #1CB9BF; }
span { border-color: rgb(28,185,191); }
td.TdClassName
{
border-color: #1CB9BF;
}
.TagClassName
{
border-color: #1CB9BF;
}
</style>