Shades of Light Sea Green #1CBFB0
Tints of Light Sea Green #1CBFB0
RGB
CMYK
RGB Variations
Color information
#1CBFB0 (or 0x1CBFB0) is known color: Light Sea Green. HEX triplet: 1C, BF and B0. RGB value is (28,191,176). Sum of RGB (Red+Green+Blue) = 28+191+176=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBFB0 is #E3404F. Grayscale: #8C8C8C. Windows color (decimal): -14893136 or 11583260. OLE color: 11583260.
HSL color Cylindrical-coordinate representation of color #1CBFB0: hue angle of 174.48º 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 #1CBFB0 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 191 | 176 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.25 |
| HSL | 174.48º | 0.74% | 0.43% | - |
| HSV(B) | 174.48º | 0.85% | 0.75% | - |
| XYZ | 26.95 | 40.64 | 47.5 | - |
| YUV | 140.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 176 | 0.85 | 0 | 0.08 | 0.25 | 174.48 | 0.74 | 0.43 |
| Hex | 1C | BF | B0 | 55 | 0 | 8 | 19 | AE | 4A | 2B |
| Octal | 34 | 277 | 260 | 125 | 0 | 10 | 31 | 256 | 112 | 53 |
| Binary | 11100 | 10111111 | 10110000 | 1010101 | 0 | 1000 | 11001 | 10101110 | 1001010 | 101011 |
Color Harmonies of #1CBFB0
Complementary color
Monochromatic Colors of #1CBFB0
Black with #1CBFB0
Text Example
Text Example
White with #1CBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBFB0; }
p { color: rgb(28,191,176); }
H1.HeaderClassName
{
color: #1CBFB0;
}
.AnyTagClassName
{
color: #1CBFB0;
}
</style>
background-color css
<style>
a { background-color: #1CBFB0; }
a { background-color: rgb(28,191,176); }
div.DivClassName
{
background-color: #1CBFB0;
}
.BgClassName
{
background-color: #1CBFB0;
}
</style>
border-color css
<style>
span { border-color: #1CBFB0; }
span { border-color: rgb(28,191,176); }
td.TdClassName
{
border-color: #1CBFB0;
}
.TagClassName
{
border-color: #1CBFB0;
}
</style>