Shades of Eucalyptus #269D6B
Tints of Eucalyptus #269D6B
RGB
CMYK
RGB Variations
Color information
#269D6B (or 0x269D6B) is known color: Eucalyptus. HEX triplet: 26, 9D and 6B. RGB value is (38,157,107). Sum of RGB (Red+Green+Blue) = 38+157+107=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #269D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D6B is #D96294. Grayscale: #737373. Windows color (decimal): -14246549 or 7052582. OLE color: 7052582.
HSL color Cylindrical-coordinate representation of color #269D6B: hue angle of 154.79º 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 #269D6B is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 107 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.38 |
| HSL | 154.79º | 0.61% | 0.38% | - |
| HSV(B) | 154.79º | 0.76% | 0.62% | - |
| XYZ | 15.51 | 25.59 | 18.03 | - |
| YUV | 115.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 107 | 0.76 | 0 | 0.32 | 0.38 | 154.79 | 0.61 | 0.38 |
| Hex | 26 | 9D | 6B | 4C | 0 | 20 | 26 | 9B | 3D | 26 |
| Octal | 46 | 235 | 153 | 114 | 0 | 40 | 46 | 233 | 75 | 46 |
| Binary | 100110 | 10011101 | 1101011 | 1001100 | 0 | 100000 | 100110 | 10011011 | 111101 | 100110 |
Color Harmonies of #269D6B
Complementary color
Monochromatic Colors of #269D6B
Black with #269D6B
Text Example
Text Example
White with #269D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D6B; }
p { color: rgb(38,157,107); }
H1.HeaderClassName
{
color: #269D6B;
}
.AnyTagClassName
{
color: #269D6B;
}
</style>
background-color css
<style>
a { background-color: #269D6B; }
a { background-color: rgb(38,157,107); }
div.DivClassName
{
background-color: #269D6B;
}
.BgClassName
{
background-color: #269D6B;
}
</style>
border-color css
<style>
span { border-color: #269D6B; }
span { border-color: rgb(38,157,107); }
td.TdClassName
{
border-color: #269D6B;
}
.TagClassName
{
border-color: #269D6B;
}
</style>