Shades of Light Sea Green #1CBEB6
Tints of Light Sea Green #1CBEB6
RGB
CMYK
RGB Variations
Color information
#1CBEB6 (or 0x1CBEB6) is known color: Light Sea Green. HEX triplet: 1C, BE and B6. RGB value is (28,190,182). Sum of RGB (Red+Green+Blue) = 28+190+182=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBEB6 is #E34149. Grayscale: #8C8C8C. Windows color (decimal): -14893386 or 11976220. OLE color: 11976220.
HSL color Cylindrical-coordinate representation of color #1CBEB6: hue angle of 177.04º 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 #1CBEB6 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 190 | 182 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.25 |
| HSL | 177.04º | 0.74% | 0.43% | - |
| HSV(B) | 177.04º | 0.85% | 0.75% | - |
| XYZ | 27.34 | 40.45 | 50.62 | - |
| YUV | 140.65 | 151.33 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 182 | 0.85 | 0 | 0.04 | 0.25 | 177.04 | 0.74 | 0.43 |
| Hex | 1C | BE | B6 | 55 | 0 | 4 | 19 | B1 | 4A | 2B |
| Octal | 34 | 276 | 266 | 125 | 0 | 4 | 31 | 261 | 112 | 53 |
| Binary | 11100 | 10111110 | 10110110 | 1010101 | 0 | 100 | 11001 | 10110001 | 1001010 | 101011 |
Color Harmonies of #1CBEB6
Complementary color
Monochromatic Colors of #1CBEB6
Black with #1CBEB6
Text Example
Text Example
White with #1CBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEB6; }
p { color: rgb(28,190,182); }
H1.HeaderClassName
{
color: #1CBEB6;
}
.AnyTagClassName
{
color: #1CBEB6;
}
</style>
background-color css
<style>
a { background-color: #1CBEB6; }
a { background-color: rgb(28,190,182); }
div.DivClassName
{
background-color: #1CBEB6;
}
.BgClassName
{
background-color: #1CBEB6;
}
</style>
border-color css
<style>
span { border-color: #1CBEB6; }
span { border-color: rgb(28,190,182); }
td.TdClassName
{
border-color: #1CBEB6;
}
.TagClassName
{
border-color: #1CBEB6;
}
</style>