Shades of Light Sea Green #26CEBE
Tints of Light Sea Green #26CEBE
RGB
CMYK
RGB Variations
Color information
#26CEBE (or 0x26CEBE) is known color: Light Sea Green. HEX triplet: 26, CE and BE. RGB value is (38,206,190). Sum of RGB (Red+Green+Blue) = 38+206+190=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #26CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CEBE is #D93141. Grayscale: #999999. Windows color (decimal): -14233922 or 12504614. OLE color: 12504614.
HSL color Cylindrical-coordinate representation of color #26CEBE: hue angle of 174.29º 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 #26CEBE is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 190 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.19 |
| HSL | 174.29º | 0.69% | 0.48% | - |
| HSV(B) | 174.29º | 0.82% | 0.81% | - |
| XYZ | 32.16 | 48.27 | 56.34 | - |
| YUV | 153.94 | 148.34 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 190 | 0.82 | 0 | 0.08 | 0.19 | 174.29 | 0.69 | 0.48 |
| Hex | 26 | CE | BE | 52 | 0 | 8 | 13 | AE | 45 | 30 |
| Octal | 46 | 316 | 276 | 122 | 0 | 10 | 23 | 256 | 105 | 60 |
| Binary | 100110 | 11001110 | 10111110 | 1010010 | 0 | 1000 | 10011 | 10101110 | 1000101 | 110000 |
Color Harmonies of #26CEBE
Complementary color
Monochromatic Colors of #26CEBE
Black with #26CEBE
Text Example
Text Example
White with #26CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEBE; }
p { color: rgb(38,206,190); }
H1.HeaderClassName
{
color: #26CEBE;
}
.AnyTagClassName
{
color: #26CEBE;
}
</style>
background-color css
<style>
a { background-color: #26CEBE; }
a { background-color: rgb(38,206,190); }
div.DivClassName
{
background-color: #26CEBE;
}
.BgClassName
{
background-color: #26CEBE;
}
</style>
border-color css
<style>
span { border-color: #26CEBE; }
span { border-color: rgb(38,206,190); }
td.TdClassName
{
border-color: #26CEBE;
}
.TagClassName
{
border-color: #26CEBE;
}
</style>