Shades of Eucalyptus #269E6F
Tints of Eucalyptus #269E6F
RGB
CMYK
RGB Variations
Color information
#269E6F (or 0x269E6F) is known color: Eucalyptus. HEX triplet: 26, 9E and 6F. RGB value is (38,158,111). Sum of RGB (Red+Green+Blue) = 38+158+111=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #269E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E6F is #D96190. Grayscale: #747474. Windows color (decimal): -14246289 or 7314982. OLE color: 7314982.
HSL color Cylindrical-coordinate representation of color #269E6F: hue angle of 156.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E6F is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 111 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.38 |
| HSL | 156.5º | 0.61% | 0.38% | - |
| HSV(B) | 156.5º | 0.76% | 0.62% | - |
| XYZ | 15.9 | 26.01 | 19.22 | - |
| YUV | 116.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 111 | 0.76 | 0 | 0.30 | 0.38 | 156.5 | 0.61 | 0.38 |
| Hex | 26 | 9E | 6F | 4C | 0 | 1E | 26 | 9C | 3D | 26 |
| Octal | 46 | 236 | 157 | 114 | 0 | 36 | 46 | 234 | 75 | 46 |
| Binary | 100110 | 10011110 | 1101111 | 1001100 | 0 | 11110 | 100110 | 10011100 | 111101 | 100110 |
Color Harmonies of #269E6F
Complementary color
Monochromatic Colors of #269E6F
Black with #269E6F
Text Example
Text Example
White with #269E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E6F; }
p { color: rgb(38,158,111); }
H1.HeaderClassName
{
color: #269E6F;
}
.AnyTagClassName
{
color: #269E6F;
}
</style>
background-color css
<style>
a { background-color: #269E6F; }
a { background-color: rgb(38,158,111); }
div.DivClassName
{
background-color: #269E6F;
}
.BgClassName
{
background-color: #269E6F;
}
</style>
border-color css
<style>
span { border-color: #269E6F; }
span { border-color: rgb(38,158,111); }
td.TdClassName
{
border-color: #269E6F;
}
.TagClassName
{
border-color: #269E6F;
}
</style>