Shades of Light Sea Green #26BCB9
Tints of Light Sea Green #26BCB9
RGB
CMYK
RGB Variations
Color information
#26BCB9 (or 0x26BCB9) is known color: Light Sea Green. HEX triplet: 26, BC and B9. RGB value is (38,188,185). Sum of RGB (Red+Green+Blue) = 38+188+185=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #26BCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BCB9 is #D94346. Grayscale: #8E8E8E. Windows color (decimal): -14238535 or 12172326. OLE color: 12172326.
HSL color Cylindrical-coordinate representation of color #26BCB9: hue angle of 178.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BCB9 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 185 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.26 |
| HSL | 178.8º | 0.66% | 0.44% | - |
| HSV(B) | 178.8º | 0.8% | 0.74% | - |
| XYZ | 27.54 | 39.88 | 52.15 | - |
| YUV | 142.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 185 | 0.80 | 0 | 0.02 | 0.26 | 178.8 | 0.66 | 0.44 |
| Hex | 26 | BC | B9 | 50 | 0 | 2 | 1A | B3 | 42 | 2C |
| Octal | 46 | 274 | 271 | 120 | 0 | 2 | 32 | 263 | 102 | 54 |
| Binary | 100110 | 10111100 | 10111001 | 1010000 | 0 | 10 | 11010 | 10110011 | 1000010 | 101100 |
Color Harmonies of #26BCB9
Complementary color
Monochromatic Colors of #26BCB9
Black with #26BCB9
Text Example
Text Example
White with #26BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BCB9; }
p { color: rgb(38,188,185); }
H1.HeaderClassName
{
color: #26BCB9;
}
.AnyTagClassName
{
color: #26BCB9;
}
</style>
background-color css
<style>
a { background-color: #26BCB9; }
a { background-color: rgb(38,188,185); }
div.DivClassName
{
background-color: #26BCB9;
}
.BgClassName
{
background-color: #26BCB9;
}
</style>
border-color css
<style>
span { border-color: #26BCB9; }
span { border-color: rgb(38,188,185); }
td.TdClassName
{
border-color: #26BCB9;
}
.TagClassName
{
border-color: #26BCB9;
}
</style>