#269C6B

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

Shades of Eucalyptus #269C6B

Tints of Eucalyptus #269C6B

Color information

#269C6B (or 0x269C6B) is unknown color: approx Eucalyptus. HEX triplet: 26, 9C and 6B. RGB value is (38,156,107). Sum of RGB (Red+Green+Blue) = 38+156+107=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #269C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C6B is #D96394. Grayscale: #737373. Windows color (decimal): -14246805 or 7052326. OLE color: 7052326.

HSL color Cylindrical-coordinate representation of color #269C6B: hue angle of 155.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C6B is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB38156107-
CMYK0.7600.310.39
HSL155.08º60.82%38.04%-
HSV(B)155.08º75.64%61.18%-
XYZ15.3425.2517.98-
YUV115.13123.4172.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 156 (61.33% from 255) = 51.83%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=12.62%
G=51.83%
B=35.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381561070.7600.310.39155.0860.8238.04
Hex269C6B4C01F279b3d26
Octal46234153114037472337546
Binary100110100111001101011100110001111110011110011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,156,107); }

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

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

 a { background-color: rgb(38,156,107); }

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

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

 span { border-color: rgb(38,156,107); }

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