#269E6E

Color #269E6E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #269E6E

Tints of Eucalyptus #269E6E

Color information

#269E6E (or 0x269E6E) is unknown color: approx Eucalyptus. HEX triplet: 26, 9E and 6E. RGB value is (38,158,110). Sum of RGB (Red+Green+Blue) = 38+158+110=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #269E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E6E is #D96191. Grayscale: #747474. Windows color (decimal): -14246290 or 7249446. OLE color: 7249446.

HSL color Cylindrical-coordinate representation of color #269E6E: hue angle of 156º 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 #269E6E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB38158110-
CMYK0.7600.300.38
HSL156º61.22%38.43%-
HSV(B)156º75.95%61.96%-
XYZ15.8425.9918.93-
YUV116.65124.2471.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=12.42%
G=51.63%
B=35.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381581100.7600.300.3815661.2238.43
Hex269E6E4C01E269c3d26
Octal46236156114036462347546
Binary100110100111101101110100110001111010011010011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269E6E; }

 p { color: rgb(38,158,110); }

 H1.HeaderClassName
 {
   color: #269E6E;
 }
 .AnyTagClassName
 {
   color: #269E6E;
 }
</style>
background-color css

<style>
 a { background-color: #269E6E; }

 a { background-color: rgb(38,158,110); }

 div.DivClassName
 {
   background-color: #269E6E;
 }
 .BgClassName
 {
   background-color: #269E6E;
 }
</style>
border-color css

<style>
 span { border-color: #269E6E; }

 span { border-color: rgb(38,158,110); }

 td.TdClassName
 {
   border-color: #269E6E;
 }
 .TagClassName
 {
   border-color: #269E6E;
 }
</style>