Shades of Light Sea Green #26BEC0
Tints of Light Sea Green #26BEC0
RGB
CMYK
RGB Variations
Color information
#26BEC0 (or 0x26BEC0) is known color: Light Sea Green. HEX triplet: 26, BE and C0. RGB value is (38,190,192). Sum of RGB (Red+Green+Blue) = 38+190+192=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #26BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BEC0 is #D9413F. Grayscale: #909090. Windows color (decimal): -14238016 or 12631590. OLE color: 12631590.
HSL color Cylindrical-coordinate representation of color #26BEC0: hue angle of 180.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BEC0 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 190 | 192 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.25 |
| HSL | 180.78º | 0.67% | 0.45% | - |
| HSV(B) | 180.78º | 0.8% | 0.75% | - |
| XYZ | 28.73 | 41.04 | 56.28 | - |
| YUV | 144.78 | 154.64 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 192 | 0.80 | 0.01 | 0 | 0.25 | 180.78 | 0.67 | 0.45 |
| Hex | 26 | BE | C0 | 50 | 1 | 0 | 19 | B5 | 43 | 2D |
| Octal | 46 | 276 | 300 | 120 | 1 | 0 | 31 | 265 | 103 | 55 |
| Binary | 100110 | 10111110 | 11000000 | 1010000 | 1 | 0 | 11001 | 10110101 | 1000011 | 101101 |
Color Harmonies of #26BEC0
Complementary color
Monochromatic Colors of #26BEC0
Black with #26BEC0
Text Example
Text Example
White with #26BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEC0; }
p { color: rgb(38,190,192); }
H1.HeaderClassName
{
color: #26BEC0;
}
.AnyTagClassName
{
color: #26BEC0;
}
</style>
background-color css
<style>
a { background-color: #26BEC0; }
a { background-color: rgb(38,190,192); }
div.DivClassName
{
background-color: #26BEC0;
}
.BgClassName
{
background-color: #26BEC0;
}
</style>
border-color css
<style>
span { border-color: #26BEC0; }
span { border-color: rgb(38,190,192); }
td.TdClassName
{
border-color: #26BEC0;
}
.TagClassName
{
border-color: #26BEC0;
}
</style>