Shades of Light Sea Green #26CEB2
Tints of Light Sea Green #26CEB2
RGB
CMYK
RGB Variations
Color information
#26CEB2 (or 0x26CEB2) is known color: Light Sea Green. HEX triplet: 26, CE and B2. RGB value is (38,206,178). Sum of RGB (Red+Green+Blue) = 38+206+178=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #26CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CEB2 is #D9314D. Grayscale: #989898. Windows color (decimal): -14233934 or 11718182. OLE color: 11718182.
HSL color Cylindrical-coordinate representation of color #26CEB2: hue angle of 170º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CEB2 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 178 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.19 |
| HSL | 170º | 0.69% | 0.48% | - |
| HSV(B) | 170º | 0.82% | 0.81% | - |
| XYZ | 30.91 | 47.77 | 49.71 | - |
| YUV | 152.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 178 | 0.82 | 0 | 0.14 | 0.19 | 170 | 0.69 | 0.48 |
| Hex | 26 | CE | B2 | 52 | 0 | E | 13 | AA | 45 | 30 |
| Octal | 46 | 316 | 262 | 122 | 0 | 16 | 23 | 252 | 105 | 60 |
| Binary | 100110 | 11001110 | 10110010 | 1010010 | 0 | 1110 | 10011 | 10101010 | 1000101 | 110000 |
Color Harmonies of #26CEB2
Complementary color
Monochromatic Colors of #26CEB2
Black with #26CEB2
Text Example
Text Example
White with #26CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEB2; }
p { color: rgb(38,206,178); }
H1.HeaderClassName
{
color: #26CEB2;
}
.AnyTagClassName
{
color: #26CEB2;
}
</style>
background-color css
<style>
a { background-color: #26CEB2; }
a { background-color: rgb(38,206,178); }
div.DivClassName
{
background-color: #26CEB2;
}
.BgClassName
{
background-color: #26CEB2;
}
</style>
border-color css
<style>
span { border-color: #26CEB2; }
span { border-color: rgb(38,206,178); }
td.TdClassName
{
border-color: #26CEB2;
}
.TagClassName
{
border-color: #26CEB2;
}
</style>