#269b6c

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

Shades of Eucalyptus #269B6C

Tints of Eucalyptus #269B6C

Color information

#269B6C (or 0x269B6C) is unknown color: approx Eucalyptus. HEX triplet: 26, 9B and 6C. RGB value is (38,155,108). Sum of RGB (Red+Green+Blue) = 38+155+108=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #269B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B6C is #D96493. Grayscale: #727272. Windows color (decimal): -14247060 or 7117606. OLE color: 7117606.

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

Color convert

RGB38155108-
CMYK0.7500.300.39
HSL155.9º60.62%37.84%-
HSV(B)155.9º75.48%60.78%-
XYZ15.2324.9418.2-
YUV114.66124.2473.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=12.62%
G=51.50%
B=35.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551080.7500.300.39155.960.6237.84
Hex269B6C4B01E279c3d26
Octal46233154113036472347546
Binary100110100110111101100100101101111010011110011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,155,108); }

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

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

 a { background-color: rgb(38,155,108); }

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

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

 span { border-color: rgb(38,155,108); }

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