Shades of Light Sea Green #1CBFB5
Tints of Light Sea Green #1CBFB5
RGB
CMYK
RGB Variations
Color information
#1CBFB5 (or 0x1CBFB5) is known color: Light Sea Green. HEX triplet: 1C, BF and B5. RGB value is (28,191,181). Sum of RGB (Red+Green+Blue) = 28+191+181=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFB5 is #E3404A. Grayscale: #8D8D8D. Windows color (decimal): -14893131 or 11910940. OLE color: 11910940.
HSL color Cylindrical-coordinate representation of color #1CBFB5: hue angle of 176.32º 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 #1CBFB5 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 191 | 181 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.25 |
| HSL | 176.32º | 0.74% | 0.43% | - |
| HSV(B) | 176.32º | 0.85% | 0.75% | - |
| XYZ | 27.45 | 40.84 | 50.15 | - |
| YUV | 141.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 181 | 0.85 | 0 | 0.05 | 0.25 | 176.32 | 0.74 | 0.43 |
| Hex | 1C | BF | B5 | 55 | 0 | 5 | 19 | B0 | 4A | 2B |
| Octal | 34 | 277 | 265 | 125 | 0 | 5 | 31 | 260 | 112 | 53 |
| Binary | 11100 | 10111111 | 10110101 | 1010101 | 0 | 101 | 11001 | 10110000 | 1001010 | 101011 |
Color Harmonies of #1CBFB5
Complementary color
Monochromatic Colors of #1CBFB5
Black with #1CBFB5
Text Example
Text Example
White with #1CBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBFB5; }
p { color: rgb(28,191,181); }
H1.HeaderClassName
{
color: #1CBFB5;
}
.AnyTagClassName
{
color: #1CBFB5;
}
</style>
background-color css
<style>
a { background-color: #1CBFB5; }
a { background-color: rgb(28,191,181); }
div.DivClassName
{
background-color: #1CBFB5;
}
.BgClassName
{
background-color: #1CBFB5;
}
</style>
border-color css
<style>
span { border-color: #1CBFB5; }
span { border-color: rgb(28,191,181); }
td.TdClassName
{
border-color: #1CBFB5;
}
.TagClassName
{
border-color: #1CBFB5;
}
</style>