Shades of Medium Sea Green #26B06C
Tints of Medium Sea Green #26B06C
RGB
CMYK
RGB Variations
Color information
#26B06C (or 0x26B06C) is known color: Medium Sea Green. HEX triplet: 26, B0 and 6C. RGB value is (38,176,108). Sum of RGB (Red+Green+Blue) = 38+176+108=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #26B06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26B06C is #D94F93. Grayscale: #7F7F7F. Windows color (decimal): -14241684 or 7122982. OLE color: 7122982.
HSL color Cylindrical-coordinate representation of color #26B06C: hue angle of 150.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26B06C is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 176 | 108 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.31 |
| HSL | 150.43º | 0.64% | 0.42% | - |
| HSV(B) | 150.43º | 0.78% | 0.69% | - |
| XYZ | 19.03 | 32.55 | 19.47 | - |
| YUV | 126.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 108 | 0.78 | 0 | 0.39 | 0.31 | 150.43 | 0.64 | 0.42 |
| Hex | 26 | B0 | 6C | 4E | 0 | 27 | 1F | 96 | 40 | 2A |
| Octal | 46 | 260 | 154 | 116 | 0 | 47 | 37 | 226 | 100 | 52 |
| Binary | 100110 | 10110000 | 1101100 | 1001110 | 0 | 100111 | 11111 | 10010110 | 1000000 | 101010 |
Color Harmonies of #26B06C
Complementary color
Monochromatic Colors of #26B06C
Black with #26B06C
Text Example
Text Example
White with #26B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B06C; }
p { color: rgb(38,176,108); }
H1.HeaderClassName
{
color: #26B06C;
}
.AnyTagClassName
{
color: #26B06C;
}
</style>
background-color css
<style>
a { background-color: #26B06C; }
a { background-color: rgb(38,176,108); }
div.DivClassName
{
background-color: #26B06C;
}
.BgClassName
{
background-color: #26B06C;
}
</style>
border-color css
<style>
span { border-color: #26B06C; }
span { border-color: rgb(38,176,108); }
td.TdClassName
{
border-color: #26B06C;
}
.TagClassName
{
border-color: #26B06C;
}
</style>